Home
last modified time | relevance | path

Searched refs:allocRunPos (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DTextBlobTest.cpp127 builder.allocRunPos(font, 16, &r1); in TestBounds()
139 builder.allocRunPos(font, 16, &r3); in TestBounds()
227 const SkTextBlobBuilder::RunBuffer& rb = builder.allocRunPos(font, count, bounds); in AddRun()
/external/skia/include/core/
DSkTextBlob.h185 const RunBuffer& allocRunPos(const SkPaint& font, int count, const SkRect* bounds = NULL);
/external/skia/gm/
Dtextblobshader.cpp50 run = &builder.allocRunPos(p, glyphCount, NULL); in onOnceBeforeDraw()
Dtextblob.cpp157 const SkTextBlobBuilder::RunBuffer& buf = builder.allocRunPos(font, count); in makeBlob()
Dtextbloblooper.cpp46 const SkTextBlobBuilder::RunBuffer& run = builder->allocRunPos(paint, glyphs.count()); in add_to_text_blob()
/external/skia/src/core/
DSkTextBlob.cpp276 buf = &blobBuilder.allocRunPos(font, glyphCount, &bounds); in CreateFromBuffer()
569 const SkTextBlobBuilder::RunBuffer& SkTextBlobBuilder::allocRunPos(const SkPaint& font, int count, in allocRunPos() function in SkTextBlobBuilder