Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAtlasTextContext.h339 void regenerateTextBlob(BitmapTextBlob* bmp, const SkPaint& skPaint, GrColor,
DGrAtlasTextContext.cpp409 this->regenerateTextBlob(cacheBlob, skPaint, grPaint.getColor(), viewMatrix, blob, x, y, in drawTextBlob()
426 this->regenerateTextBlob(cacheBlob, skPaint, grPaint.getColor(), viewMatrix, blob, x, y, in drawTextBlob()
470 void GrAtlasTextContext::regenerateTextBlob(BitmapTextBlob* cacheBlob, in regenerateTextBlob() function in GrAtlasTextContext