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

  /external/skia/src/pipe/
SkGPipeWrite.cpp 178 this->writeOp(kDone_DrawOp);
280 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
284 inline void writeOp(DrawOps op) {
334 this->writeOp(kDef_Factory_DrawOp);
348 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
376 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
434 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
445 this->writeOp(kShareBitmapHeap_DrawOp);
490 this->writeOp(kDef_Typeface_DrawOp);
506 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]
  /external/skia/legacy/src/pipe/
SkGPipeWrite.cpp 81 this->writeOp(kDone_DrawOp);
144 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
148 inline void writeOp(DrawOps op) {
223 this->writeOp(kDef_Flattenable_DrawOp, paintflat, copy->fIndex);
284 this->writeOp(kDef_Typeface_DrawOp);
300 this->writeOp(kSave_DrawOp, 0, flags);
321 this->writeOp(kSaveLayer_DrawOp, opFlags, saveFlags);
334 this->writeOp(kRestore_DrawOp);
343 this->writeOp(kTranslate_DrawOp);
355 this->writeOp(kScale_DrawOp)
    [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 527 public final void setAppOps(int readOp, int writeOp) {
532 mTransport.mWriteOp = writeOp;
    [all...]

Completed in 90 milliseconds