HomeSort by relevance Sort by last modified time
    Searched full:ttccount (Results 1 - 1 of 1) sorted by null

  /external/skia/src/device/xps/
SkXPSDevice.cpp 358 int ttcCount = (current->ttcIndex + 1);
370 TTFCFP_FLAGS_SUBSET | TTFCFP_FLAGS_GLYPHLIST | (ttcCount > 0 ? TTFCFP_FLAGS_TTC : 0),
391 if (ttcCount > 0) {
393 extra = sizeof(SkTTCFHeader) + (ttcCount * sizeof(SK_OT_ULONG));
402 ttcfHeader->numOffsets = SkEndian_SwapBE32(ttcCount);
404 for (int i = 0; i < ttcCount; ++i, ++offsetPtr) {
    [all...]

Completed in 54 milliseconds