Lines Matching defs:drawable
161 SkDrawableGlyphBuffer drawable;
162 drawable.ensureSize(100);
163 drawable.startSource(source);
164 for (auto [i, packedID, pos] : SkMakeEnumerate(drawable.input())) {
171 SkDrawableGlyphBuffer drawable;
172 drawable.ensureSize(100);
175 drawable.startBitmapDevice(source, {100, 100}, matrix, rounding);
176 for (auto [i, packedID, pos] : SkMakeEnumerate(drawable.input())) {
185 SkDrawableGlyphBuffer drawable;
186 drawable.ensureSize(100);
187 drawable.startSource(source);
188 for (auto [i, packedID, pos] : SkMakeEnumerate(drawable.input())) {
189 drawable.push_back(&glyphs[i], i);
191 for (auto [i, glyph, pos] : SkMakeEnumerate(drawable.drawable())) {