HomeSort by relevance Sort by last modified time
    Searched full:drawbitmapnine (Results 1 - 20 of 20) sorted by null

  /external/skia/gm/
ninepatchstretch.cpp 102 canvas->drawBitmapNine(fBitmap, fCenter, r, &paint);
  /external/skia/include/private/
SkRecords.h 46 M(DrawBitmapNine) \
240 RECORD(DrawBitmapNine, kDraw_Tag|kHasImage_Tag,
  /external/skia/site/user/
tips.md 84 drawBitmapNine():
88 canvas->drawBitmapNine(subset, ...);
  /external/skia/src/gpu/
SkGpuDevice.h 124 void drawBitmapNine(const SkDraw& draw, const SkBitmap& bitmap, const SkIRect& center,
SkGpuDevice.cpp     [all...]
  /external/skia/src/utils/
SkLuaCanvas.cpp 226 AUTO_LUA("drawBitmapNine");
SkNWayCanvas.cpp 206 iter->drawBitmapNine(bitmap, center, dst, paint);
SkDumpCanvas.cpp 371 this->dump(kDrawBitmap_Verb, paint, "drawBitmapNine(%s %s %s)", str.c_str(),
  /external/skia/tools/android/
SkAndroidSDKCanvas.cpp 157 fProxyTarget->drawBitmapNine(bitmap, center, dst, filteredPaint);
  /external/skia/src/core/
SkRecordDraw.cpp 91 DRAW(DrawBitmapNine, drawBitmapNine(r.bitmap.shallowCopy(), r.center, r.dst, r.paint));
420 Bounds bounds(const DrawBitmapNine& op) const {
SkRecorder.cpp 224 APPEND(DrawBitmapNine, this->copy(paint), bitmap, center, dst);
SkDevice.cpp 175 void SkBaseDevice::drawBitmapNine(const SkDraw& draw, const SkBitmap& bitmap, const SkIRect& center,
SkPicturePlayback.cpp 226 canvas->drawBitmapNine(bitmap, src, dst, paint);
SkCanvas.cpp     [all...]
  /external/skia/include/core/
SkDevice.h 221 virtual void drawBitmapNine(const SkDraw&, const SkBitmap&, const SkIRect& center,
SkCanvas.h     [all...]
  /external/skia/tests/
SurfaceTest.cpp 590 EXPECT_COPY_ON_WRITE(drawBitmapNine(testBitmap, testIRect, testRect, nullptr))
    [all...]
PictureTest.cpp     [all...]
  /external/skia/tools/json/
SkJSONCanvas.cpp 736 SkDebugf("unsupported: drawBitmapNine\n");
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp 186 case kDrawBitmapNine_OpType: return "DrawBitmapNine";
276 INSTALL_FACTORY(DrawBitmapNine);
    [all...]

Completed in 409 milliseconds