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 214 this->writeOp(kDone_DrawOp);
316 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
320 inline void writeOp(DrawOps op) {
372 this->writeOp(kDef_Factory_DrawOp);
386 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
414 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
454 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
464 this->writeOp(kShareBitmapHeap_DrawOp);
510 this->writeOp(kDef_Typeface_DrawOp);
526 this->writeOp(kSave_DrawOp, 0, flags)
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 214 this->writeOp(kDone_DrawOp);
316 inline void writeOp(DrawOps op, unsigned flags, unsigned data) {
320 inline void writeOp(DrawOps op) {
372 this->writeOp(kDef_Factory_DrawOp);
386 this->writeOp(kDef_Bitmap_DrawOp, 0, slot);
414 this->writeOp(kDef_Flattenable_DrawOp, paintflat, index);
454 this->writeOp(kReportFlags_DrawOp, fFlags, 0);
464 this->writeOp(kShareBitmapHeap_DrawOp);
510 this->writeOp(kDef_Typeface_DrawOp);
526 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 36 milliseconds