HomeSort by relevance Sort by last modified time
    Searched defs:writeOp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 209 this->writeOp(kDone_DrawOp);
315 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
319 inline void writeOp(DrawOps op) {
371 this->writeOp(kDef_Factory_DrawOp);
385 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
413 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
448 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
458 this->writeOp(kShareBitmapHeap_DrawOp);
505 this->writeOp(kDef_Typeface_DrawOp);
521 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 209 this->writeOp(kDone_DrawOp);
315 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
319 inline void writeOp(DrawOps op) {
371 this->writeOp(kDef_Factory_DrawOp);
385 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
413 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
448 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
458 this->writeOp(kShareBitmapHeap_DrawOp);
505 this->writeOp(kDef_Typeface_DrawOp);
521 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]

Completed in 187 milliseconds