Home
last modified time | relevance | path

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

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1147 int32_t glyphCluster = glyph.fCluster; in shapeOk() local
1151 lineBreakIteratorCurrent < glyphCluster) in shapeOk()
1156 lineBreakIteratorCurrent == glyphCluster; in shapeOk()
1160 graphemeBreakIteratorCurrent < glyphCluster) in shapeOk()
1165 graphemeBreakIteratorCurrent == glyphCluster; in shapeOk()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp685 int32_t glyphCluster = glyph.fCluster + clusterOffset; in shape() local
688 breakIteratorCurrent < glyphCluster) in shape()
693 breakIteratorCurrent == glyphCluster; in shape()