Home
last modified time | relevance | path

Searched refs:layerCache (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrLayerHoister.cpp22 static void prepare_for_hoisting(GrLayerCache* layerCache, in prepare_for_hoisting() argument
34 GrCachedLayer* layer = layerCache->findLayerOrCreate(topLevelPicture->uniqueID(), in prepare_for_hoisting()
52 locked = layerCache->tryToAtlas(layer, desc, &needsRendering); in prepare_for_hoisting()
54 locked = layerCache->lock(layer, desc, &needsRendering); in prepare_for_hoisting()
76 layerCache->addUse(layer); in prepare_for_hoisting()
129 GrLayerCache* layerCache = context->getLayerCache(); in FindLayersToAtlas() local
130 layerCache->processDeletedPictures(); in FindLayersToAtlas()
173 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, in FindLayersToAtlas()
186 GrLayerCache* layerCache = context->getLayerCache(); in FindLayersToHoist() local
188 layerCache->processDeletedPictures(); in FindLayersToHoist()
[all …]
DGrRecordReplaceDraw.cpp56 ReplaceDraw(SkCanvas* canvas, GrLayerCache* layerCache, in ReplaceDraw() argument
65 , fLayerCache(layerCache) in ReplaceDraw()
210 GrLayerCache* layerCache, in GrRecordReplaceDraw() argument
217 ReplaceDraw draw(canvas, layerCache, nullptr, 0, in GrRecordReplaceDraw()
DGrRecordReplaceDraw.h22 GrLayerCache* layerCache,
/external/chromium-trace/catapult/third_party/flot/
Djquery.flot.canvas.js74 var layerCache = cache[layerKey];
75 for (var styleKey in layerCache) {
76 if (hasOwnProperty.call(layerCache, styleKey)) {
77 var styleCache = layerCache[styleKey],
153 var textStyle, layerCache, styleCache, info;
169 layerCache = this._textCache[layer];
171 if (layerCache == null) {
172 layerCache = this._textCache[layer] = {};
175 styleCache = layerCache[textStyle];
178 styleCache = layerCache[textStyle] = {};
Djquery.flot.canvas.min.js7layerCache=cache[layerKey];for(var styleKey in layerCache){if(hasOwnProperty.call(layerCache,style…
Djquery.flot.js194 layerCache = cache[layerKey];
198 for (var styleKey in layerCache) {
199 if (hasOwnProperty.call(layerCache, styleKey)) {
200 var styleCache = layerCache[styleKey];
320 var textStyle, layerCache, styleCache, info;
336 layerCache = this._textCache[layer];
338 if (layerCache == null) {
339 layerCache = this._textCache[layer] = {};
342 styleCache = layerCache[textStyle];
345 styleCache = layerCache[textStyle] = {};
[all …]
Djquery.flot.min.js7layerCache=cache[layerKey];layer.hide();for(var styleKey in layerCache){if(hasOwnProperty.call(lay…
/external/skia/tests/
DRecordReplaceDrawTest.cpp110 GrLayerCache* layerCache = context->getLayerCache(); in test_replacements() local
115 GrCachedLayer* layer = layerCache->findLayerOrCreate(pic->uniqueID(), 0, 2, in test_replacements()
134 GrRecordReplaceDraw(pic, &canvas, layerCache, SkMatrix::I(), nullptr/*callback*/); in test_replacements()