Home
last modified time | relevance | path

Searched refs:previousGlyphOffset (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_glyf.h45 uint32_t previousGlyphOffset = fCurrentGlyphOffset; in next() local
47 if (previousGlyphOffset == fCurrentGlyphOffset) { in next()
51 reinterpret_cast<const SK_OT_BYTE*>(&fGlyf) + previousGlyphOffset in next()
/external/skqp/src/sfnt/
DSkOTTable_glyf.h45 uint32_t previousGlyphOffset = fCurrentGlyphOffset; in next() local
47 if (previousGlyphOffset == fCurrentGlyphOffset) { in next()
51 reinterpret_cast<const SK_OT_BYTE*>(&fGlyf) + previousGlyphOffset in next()