Searched refs:sSystemFontMapBuffer (Results 1 – 1 of 1) sorted by relevance
157 static ByteBuffer sSystemFontMapBuffer = null; field in Typeface1315 if (sSystemFontMapBuffer != null) {1333 sSystemFontMapBuffer = sharedMemory.mapReadOnly().order(ByteOrder.BIG_ENDIAN);1335 long[] nativePtrs = deserializeFontMap(sSystemFontMapBuffer, systemFontMap);1431 if (sSystemFontMapBuffer != null) {1432 SharedMemory.unmap(sSystemFontMapBuffer);1434 sSystemFontMapBuffer = null;