Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextLine.h155 struct TextBlobRecord { struct
171 std::vector<TextBlobRecord> fTextBlobCache; argument
DTextLine.cpp318 TextBlobRecord& record = fTextBlobCache.back(); in buildTextBlob()
348 void TextLine::TextBlobRecord::paint(SkCanvas* canvas, SkScalar x, SkScalar y) { in paint()