HomeSort by relevance Sort by last modified time
    Searched refs:writeOp (Results 1 - 3 of 3) 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...]
  /frameworks/base/core/java/android/content/
ContentProvider.java 642 public final void setAppOps(int readOp, int writeOp) {
645 mTransport.mWriteOp = writeOp;
    [all...]

Completed in 455 milliseconds