Home | History | Annotate | Download | only in debugger

Lines Matching refs:INSTALL_FACTORY

270 #define INSTALL_FACTORY(name) factories.set(SkString(GetCommandString(k ## name ##_OpType)), \
277 INSTALL_FACTORY(Restore);
278 INSTALL_FACTORY(ClipPath);
279 INSTALL_FACTORY(ClipRegion);
280 INSTALL_FACTORY(ClipRect);
281 INSTALL_FACTORY(ClipRRect);
282 INSTALL_FACTORY(Concat);
283 INSTALL_FACTORY(DrawAnnotation);
284 INSTALL_FACTORY(DrawBitmap);
285 INSTALL_FACTORY(DrawBitmapRect);
286 INSTALL_FACTORY(DrawBitmapNine);
287 INSTALL_FACTORY(DrawImage);
288 INSTALL_FACTORY(DrawImageRect);
289 INSTALL_FACTORY(DrawOval);
290 INSTALL_FACTORY(DrawPaint);
291 INSTALL_FACTORY(DrawPath);
292 INSTALL_FACTORY(DrawPoints);
293 INSTALL_FACTORY(DrawText);
294 INSTALL_FACTORY(DrawPosText);
295 INSTALL_FACTORY(DrawPosTextH);
296 INSTALL_FACTORY(DrawTextOnPath);
297 INSTALL_FACTORY(DrawTextRSXform);
298 INSTALL_FACTORY(DrawTextBlob);
300 INSTALL_FACTORY(DrawRect);
301 INSTALL_FACTORY(DrawRRect);
302 INSTALL_FACTORY(DrawDRRect);
303 INSTALL_FACTORY(DrawPatch);
304 INSTALL_FACTORY(Save);
305 INSTALL_FACTORY(SaveLayer);
306 INSTALL_FACTORY(SetMatrix);