Searched refs:glyphPos (Results 1 – 5 of 5) sorted by relevance
345 SkPoint glyphPos = origin + *positionCursor++; in drawGlyphRunAsPathWithARGBFallback() local348 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()351 perPath(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()353 perEmpty(glyph, glyphPos); in drawGlyphRunAsPathWithARGBFallback()359 fARGBPositions.push_back(glyphPos); in drawGlyphRunAsPathWithARGBFallback()444 SkPoint glyphPos = origin + *positionCursor++; in drawGlyphRunAsSDFWithARGBFallback() local446 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()451 perSDF(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()453 perEmpty(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()457 perPath(glyph, glyphPos); in drawGlyphRunAsSDFWithARGBFallback()[all …]
318 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local319 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()321 SkScalar minX = *glyphPos; in ConservativeRunBounds()322 SkScalar maxX = *glyphPos; in ConservativeRunBounds()324 SkScalar x = glyphPos[i]; in ConservativeRunBounds()
330 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local331 SkASSERT((void*)(glyphPos + run.glyphCount()) <= SkTextBlob::RunRecord::Next(&run)); in ConservativeRunBounds()333 SkScalar minX = *glyphPos; in ConservativeRunBounds()334 SkScalar maxX = *glyphPos; in ConservativeRunBounds()336 SkScalar x = glyphPos[i]; in ConservativeRunBounds()
150 std::unique_ptr<SkPoint[]> glyphPos; // filled by SkShaper member
420 run.glyphPos[i], in flushChunk()453 fRuns.back().glyphPos.get(), in runBuffer()