Home | History | Annotate | Download | only in hwui

Lines Matching refs:Caches

43 class Caches;
64 PathTexture(Caches& caches, float left, float top,
66 : Texture(caches)
72 PathTexture(Caches& caches, int generation)
73 : Texture(caches) {
217 * Trimming is used for caches that support pre-caching from a worker
291 PathProcessor(Caches& caches);