Searched refs:glyphPos (Results 1 – 2 of 2) sorted by relevance
27 glyphPos = offsetBaseGlyphRecord29 gid, firstLayerIndex, numLayers = struct.unpack(">HHH", data[glyphPos:glyphPos+6])30 glyphPos += 6
472 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local473 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()475 SkScalar minX = *glyphPos; in ConservativeRunBounds()476 SkScalar maxX = *glyphPos; in ConservativeRunBounds()478 SkScalar x = glyphPos[i]; in ConservativeRunBounds()