Searched refs:ttcCount (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/device/xps/
H A DSkXPSDevice.cpp342 int ttcCount = (current->ttcIndex + 1); local
354 TTFCFP_FLAGS_SUBSET | TTFCFP_FLAGS_GLYPHLIST | (ttcCount > 0 ? TTFCFP_FLAGS_TTC : 0),
375 if (ttcCount > 0) {
377 extra = sizeof(SkTTCFHeader) + (ttcCount * sizeof(SK_OT_ULONG));
386 ttcfHeader->numOffsets = SkEndian_SwapBE32(ttcCount);
388 for (int i = 0; i < ttcCount; ++i, ++offsetPtr) {

Completed in 93 milliseconds