Home
last modified time | relevance | path

Searched refs:glyphPos (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/core/
H A DSkTextBlob.cpp330 const SkScalar* glyphPos = run.posBuffer(); in ConservativeRunBounds() local
331 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()
/third_party/skia/modules/svg/src/
H A DSkSVGTextPriv.h150 std::unique_ptr<SkPoint[]> glyphPos; // filled by SkShaper member
H A DSkSVGText.cpp420 run.glyphPos[i], in flushChunk()
453 fRuns.back().glyphPos.get(), in runBuffer()

Completed in 4 milliseconds