| /third_party/skia/src/core/ |
| D | SkRecordDraw.cpp | 187 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds() 252 Bounds bounds; // Bounds of everything in the block. member 378 void popControl(const Bounds& bounds) { in popControl() 384 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 391 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 393 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 394 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 395 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 397 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 398 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds [all …]
|
| D | SkPictureRecorder.cpp | 45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording() 60 SkRect bounds = pic->cullRect(); // actually the computed bounds, not fCullRect. in finishRecordingAsPicture() local 78 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local 134 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
|
| D | SkGlyphRun.cpp | 62 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local 71 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local 87 SkRect bounds; in sourceBounds() local 96 SkRect bounds; in sourceBounds() local 110 SkRect bounds, in SkGlyphRunList() 118 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkRect& bounds, SkPoint origin) in SkGlyphRunList() 194 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local 349 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in makeGlyphRunList()
|
| D | SkMiniRecorder.cpp | 32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() 36 static SkRect bounds(const DrawRect& op) { in bounds() function 39 static SkRect bounds(const DrawPath& op) { in bounds() function 43 static SkRect bounds(const DrawTextBlob& op) { in bounds() function
|
| D | SkTextBlob.cpp | 144 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() 269 SkRect bounds; in TightRunBounds() local 327 SkRect bounds; in ConservativeRunBounds() local 479 const SkRect* bounds) { in allocInternal() 529 const SkRect* bounds) { in allocRun() 536 const SkRect* bounds) { in allocRunPosH() 542 const SkRect* bounds) { in allocRunPos() 556 const SkRect* bounds) { in allocRunText() 570 const SkRect* bounds) { in allocRunTextPosH() 583 const SkRect *bounds) { in allocRunTextPos() [all …]
|
| /third_party/skia/experimental/graphite/src/geom/ |
| D | BoundsManager.h | 54 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 58 bool isOccluded(const Rect& bounds, PaintersDepth z) const override { return false; } in isOccluded() 77 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 87 bool isOccluded(const Rect& bounds, PaintersDepth z) const override { in isOccluded()
|
| /third_party/skia/tests/ |
| D | PathOpsTightBoundsTest.cpp | 133 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 142 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 152 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 162 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 174 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 184 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 194 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
| /third_party/skia/src/pdf/ |
| D | SkPDFGraphicStackState.cpp | 28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() 72 SkRect bounds = outerBounds; in apply_clip() local 109 const SkIRect& bounds, in append_clip() 140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
|
| /third_party/skia/src/gpu/ops/ |
| D | DrawableOp.cpp | 21 const SkRect& bounds) { in Make() 26 const SkRect& bounds) in DrawableOp()
|
| /third_party/skia/tools/skiaserve/ |
| D | Request.cpp | 88 SkIRect bounds = this->getBounds(); in writeOutSkp() local 109 SkIRect bounds; in getBounds() local 144 SkIRect bounds = this->getBounds(); in createCPUSurface() local 156 SkIRect bounds = this->getBounds(); in createGPUSurface() local 213 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
| /third_party/skia/experimental/sktext/tests/ |
| D | WrappedText.cpp | 45 SkRect bounds; member 53 SkRect bounds; // bounds contains the physical boundaries of the run member 62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine() 73 SkRect bounds, in onGlyphRun() 86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder()
|
| /third_party/skia/gm/ |
| D | textblobtransforms.cpp | 40 SkRect bounds; in onOnceBeforeDraw() local 76 SkRect bounds = fBlob->bounds(); in onDraw() local
|
| D | strokes.cpp | 346 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() 352 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() 358 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() 364 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() 370 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4() 378 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5() 414 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
|
| D | textblobblockreordering.cpp | 43 SkRect bounds; in onOnceBeforeDraw() local 70 SkRect bounds = fBlob->bounds(); in onDraw() local
|
| D | textblobcolortrans.cpp | 44 SkRect bounds; in onOnceBeforeDraw() local 75 SkRect bounds = fBlob->bounds(); in onDraw() local
|
| D | textblobmixedsizes.cpp | 55 SkRect bounds; in onOnceBeforeDraw() local 125 SkRect bounds = fBlob->bounds(); in onDraw() local
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsCurve.cpp | 63 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() 73 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() 83 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
|
| /third_party/skia/experimental/sktext/include/ |
| D | Interface.h | 72 virtual void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) { } in onBeginLine() 76 … SkRect bounds, // bounds contains the physical boundaries of the run in onGlyphRun() 83 virtual void onPlaceholder(TextRange, const SkRect& bounds) { } in onPlaceholder()
|
| /third_party/python/Objects/ |
| D | codeobject.c | 725 PyCodeAddressRange bounds; in _PyCode_CreateLineArray() local 775 PyCodeAddressRange bounds; in PyCode_Addr2Line() local 792 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange() 804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber() 826 #define ASSERT_VALID_BOUNDS(bounds) \ argument 833 next_code_delta(PyCodeAddressRange *bounds) in next_code_delta() 840 previous_code_delta(PyCodeAddressRange *bounds) in previous_code_delta() 855 read_byte(PyCodeAddressRange *bounds) in read_byte() 861 read_varint(PyCodeAddressRange *bounds) in read_varint() 875 read_signed_varint(PyCodeAddressRange *bounds) in read_signed_varint() [all …]
|
| /third_party/skia/docs/examples/ |
| D | Bitmap_bounds.cpp | 8 SkIRect bounds = source.bounds(); in draw() local
|
| D | Image_bounds.cpp | 7 SkIRect bounds = image->bounds(); in draw() local
|
| D | ImageInfo_bounds.cpp | 9 SkIRect bounds = imageInfo.bounds(); in draw() local
|
| D | Bitmap_getBounds_2.cpp | 7 SkIRect bounds; in draw() local
|
| D | Canvas_getDeviceClipBounds_2.cpp | 7 SkIRect bounds; in draw() local
|
| D | Bitmap_getBounds.cpp | 7 SkRect bounds; in draw() local
|