Searched refs:sSystemFontMapBuffer (Results 1 – 1 of 1) sorted by relevance
159 static ByteBuffer sSystemFontMapBuffer = null; field in Typeface1363 if (sSystemFontMapBuffer != null) {1381 sSystemFontMapBuffer = sharedMemory.mapReadOnly().order(ByteOrder.BIG_ENDIAN);1383 long[] nativePtrs = deserializeFontMap(sSystemFontMapBuffer, systemFontMap);1520 if (sSystemFontMapBuffer != null) {1521 SharedMemory.unmap(sSystemFontMapBuffer);1523 sSystemFontMapBuffer = null;