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 180 this->writeOp(kDone_DrawOp);
285 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
289 inline void writeOp(DrawOps op) {
339 this->writeOp(kDef_Factory_DrawOp);
353 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
381 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
439 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
450 this->writeOp(kShareBitmapHeap_DrawOp);
495 this->writeOp(kDef_Typeface_DrawOp);
511 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 180 this->writeOp(kDone_DrawOp);
285 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
289 inline void writeOp(DrawOps op) {
339 this->writeOp(kDef_Factory_DrawOp);
353 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
381 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
439 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
450 this->writeOp(kShareBitmapHeap_DrawOp);
495 this->writeOp(kDef_Typeface_DrawOp);
511 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]

Completed in 277 milliseconds