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

  /external/chromium_org/third_party/skia/include/core/
SkWriteBuffer.h 76 void writePaint(const SkPaint& paint) { paint.flatten(*this); }
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 363 void writePaint(const SkPaint&);
552 this->writePaint(*paint);
709 this->writePaint(paint);
719 this->writePaint(paint);
730 this->writePaint(paint);
739 this->writePaint(paint);
748 this->writePaint(paint);
758 this->writePaint(paint);
768 this->writePaint(paint);
785 this->writePaint(*paint)
    [all...]

Completed in 88 milliseconds