Lines Matching refs:increase
53 auto [glyph, increase] = fScalerCache.mergeGlyphAndImage(toID, from);
54 this->updateDelta(increase);
59 auto [glyphPath, increase] = fScalerCache.mergePath(glyph, path);
60 this->updateDelta(increase);
80 auto [glyphs, increase] = fScalerCache.metrics(glyphIDs, results);
81 this->updateDelta(increase);
87 auto [glyphs, increase] = fScalerCache.preparePaths(glyphIDs, results);
88 this->updateDelta(increase);
94 auto [glyphs, increase] = fScalerCache.prepareImages(glyphIDs, results);
95 this->updateDelta(increase);
100 size_t increase = fScalerCache.prepareForDrawingMasksCPU(drawables);
101 this->updateDelta(increase);
122 size_t increase = fScalerCache.prepareForMaskDrawing(drawbles, rejects);
123 this->updateDelta(increase);
128 size_t increase = fScalerCache.prepareForSDFTDrawing(drawbles, rejects);
129 this->updateDelta(increase);
134 size_t increase = fScalerCache.prepareForPathDrawing(drawbles, rejects);
135 this->updateDelta(increase);
146 void updateDelta(size_t increase);