/external/skia/src/core/ |
D | SkRecordDraw.cpp | 163 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 231 Bounds bounds; // Bounds of everything in the block. member 379 void popControl(const Bounds& bounds) { in popControl() 384 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 392 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds 394 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; } 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 402 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds [all …]
|
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 | SkPictureRecorder.cpp | 74 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local 124 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
|
D | SkRasterClip.h | 20 inline void applyClipRestriction(SkRegion::Op op, SkIRect* bounds) { in applyClipRestriction() 170 inline void applyClipRestriction(SkRegion::Op op, SkIRect* bounds) { in applyClipRestriction() 179 inline void applyClipRestriction(SkRegion::Op op, SkRect* bounds) { in applyClipRestriction()
|
/external/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 134 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 143 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 153 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 163 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 175 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 185 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 195 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
/external/ImageMagick/MagickCore/ |
D | layer.c | 100 static void ClearBounds(Image *image,RectangleInfo *bounds, in ClearBounds() 166 const Image *image2,RectangleInfo *bounds,ExceptionInfo *exception) in IsBoundsCleared() 240 bounds; in CoalesceImages() local 384 bounds; in DisposeImages() local 594 bounds; in CompareImagesBounds() local 756 *bounds; in CompareImagesLayers() local 932 *bounds; in OptimizeLayerFrames() local 1520 bounds=next->page; in OptimizeImageTransparency() local 1600 bounds; in RemoveDuplicateLayers() local
|
/external/skia/src/gpu/effects/ |
D | GrGaussianConvolutionFragmentProcessor.h | 27 int* bounds) { in Make() 36 const int* bounds() const { return fBounds; } in bounds() function
|
D | GrMatrixConvolutionEffect.h | 21 const SkIRect& bounds, in Make() 45 const SkIRect& bounds() const { return fBounds; } in bounds() function
|
/external/clang/test/FixIt/ |
D | selector-fixit.m | 34 - (int) bounds; method 38 - (int) bounds { return 0; } method
|
/external/Microsoft-GSL/tests/ |
D | strided_span_tests.cpp | 454 strided_bounds<2> bounds{ { 2, bytes.size() / 4 }, { bytes.size() / 2, 1 } }; in SUITE() local 465 strided_bounds<2> bounds{ { 2, bytes.size() / 4 }, { bytes.size() / 2, 1 } }; in SUITE() local 477 strided_bounds<2> bounds{ { 4,2 },{ 4, 1 } }; in SUITE() local 485 strided_bounds<2> bounds{ { 4,2 },{ 2, 1 } }; in SUITE() local 493 strided_bounds<2> bounds{ { 2,6 },{ 4, 1 } }; in SUITE() local 501 strided_bounds<2> bounds{ { 2, 1 },{ 6, 1 } }; in SUITE() local 509 strided_bounds<1> bounds{ bytes.size() / 2, 2 }; in SUITE() local 516 strided_bounds<1> bounds{ bytes.size() / 2, 2 }; in SUITE() local 562 auto bounds = strided_bounds<1>({length}, {2}); in SUITE() local 564 auto bounds = strided_bounds<1>(index<1>{ length }, index<1>{ 2 }); in SUITE() local
|
/external/skia/gm/ |
D | textblobtransforms.cpp | 34 SkRect bounds; in onOnceBeforeDraw() local 70 SkRect bounds = fBlob->bounds(); in onDraw() local
|
D | textblobblockreordering.cpp | 32 SkRect bounds; in onOnceBeforeDraw() local 59 SkRect bounds = fBlob->bounds(); in onDraw() local
|
D | textblobcolortrans.cpp | 37 SkRect bounds; in onOnceBeforeDraw() local 70 SkRect bounds = fBlob->bounds(); in onDraw() local
|
D | strokes.cpp | 333 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0() 339 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1() 345 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2() 351 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3() 357 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4() 365 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5() 401 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
|
D | textblobmixedsizes.cpp | 48 SkRect bounds; in onOnceBeforeDraw() local 120 SkRect bounds = fBlob->bounds(); in onDraw() local
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 114 SkIRect bounds = this->getBounds(); in writeOutSkp() local 150 SkIRect bounds; in getBounds() local 187 SkIRect bounds = this->getBounds(); in createCPUSurface() local 199 SkIRect bounds = this->getBounds(); in createGPUSurface() local 256 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.h | 31 DesktopRect bounds; member 64 DesktopRect bounds; member
|
/external/skia/src/effects/ |
D | GrAlphaThresholdFragmentProcessor.h | 35 const SkIRect& bounds) { in Make() 45 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
|
D | SkMagnifierImageFilter.cpp | 55 const SkIRect& bounds, in Make() 72 const SkIRect& bounds() const { return fBounds; } // Bounds of source image. in bounds() function in GrMagnifierEffect 86 const SkIRect& bounds, in GrMagnifierEffect() 174 const char* bounds = uniformHandler->getUniformCStr(fBoundsVar); in emitCode() local 264 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate() local 332 SkIRect bounds; in onFilterImage() local
|
/external/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()
|
/external/skia/src/svg/ |
D | SkSVGCanvas.cpp | 12 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) { in Make()
|
/external/skia/tools/lua/ |
D | gradients.lua | 17 function bounds(rect) function
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
D | background.js | 9 bounds: { property
|
/external/skia/src/gpu/ |
D | GrPathRenderer.cpp | 16 SkRect* bounds) { in GetPathDevBounds()
|
/external/autotest/server/site_tests/firmware_FMap/ |
D | firmware_FMap.py | 114 def _is_bounded(self, region, bounds): argument 163 def check_areas(self, areas, expected_tree, bounds=None): argument
|