/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
TrafficFlags.java | 45 // Note: We don't yet use the PRECACHE reason (it's complicated...) 47 private static final String[] REASONS = new String[] {"sync", "attachment", "precache"};
|
/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
|
/external/chromium_org/third_party/qcms/ |
google.patch | 710 - /* don't precache since we will use the B2A LUT */ 714 + /* don't precache since we will use the B2A LUT */ 718 - /* don't precache since we will use the mBA LUT */ 721 + /* don't precache since we will use the mBA LUT */ 726 /* don't precache if we do not have the TRC curves */ 731 if (precache) { [all...] |
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
kiosk_mode_settings.cc | 158 // Precache the value as we know it at construction time to avoid serving
|
/frameworks/base/libs/hwui/ |
FontRenderer.h | 102 void precache(SkPaint* paint, const char* text, int numGlyphs, const mat4& matrix);
|
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
|
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...] |
/external/chromium_org/third_party/qcms/src/ |
transform.c | 1165 bool precache = false; local [all...] |