HomeSort by relevance Sort by last modified time
    Searched refs:precache (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/font/
Font.h 108 void precache(SkPaint* paint, const char* text, int numGlyphs);
Font.cpp 351 void Font::precache(SkPaint* paint, const char* text, int numGlyphs) { function in class:android::uirenderer::Font
  /frameworks/base/libs/hwui/
FontRenderer.h 102 void precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix);
PathCache.h 242 void precache(SkPath* path, SkPaint* paint);
FontRenderer.cpp 266 // If the new glyph didn't fit and we are not just trying to precache it,
678 void FontRenderer::precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix) { function in class:android::uirenderer::FontRenderer
680 font->precache(paint, text, numGlyphs);
DisplayListOp.h     [all...]
PathCache.cpp 462 void PathCache::precache(SkPath* path, SkPaint* paint) { function in class:android::uirenderer::PathCache
484 // attempt to precache the same path several times
  /external/chromium_org/third_party/qcms/src/
transform.c 1165 bool precache = false; local
    [all...]

Completed in 115 milliseconds