Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/external/skia/src/core/
DSkRecordDraw.cpp163 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 …]
DSkMiniRecorder.cpp32 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
DSkPictureRecorder.cpp74 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local
124 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
DSkRasterClip.h20 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/
DPathOpsTightBoundsTest.cpp134 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/
Dlayer.c100 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/
DGrGaussianConvolutionFragmentProcessor.h27 int* bounds) { in Make()
36 const int* bounds() const { return fBounds; } in bounds() function
DGrMatrixConvolutionEffect.h21 const SkIRect& bounds, in Make()
45 const SkIRect& bounds() const { return fBounds; } in bounds() function
/external/clang/test/FixIt/
Dselector-fixit.m34 - (int) bounds; method
38 - (int) bounds { return 0; } method
/external/Microsoft-GSL/tests/
Dstrided_span_tests.cpp454 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/
Dtextblobtransforms.cpp34 SkRect bounds; in onOnceBeforeDraw() local
70 SkRect bounds = fBlob->bounds(); in onDraw() local
Dtextblobblockreordering.cpp32 SkRect bounds; in onOnceBeforeDraw() local
59 SkRect bounds = fBlob->bounds(); in onDraw() local
Dtextblobcolortrans.cpp37 SkRect bounds; in onOnceBeforeDraw() local
70 SkRect bounds = fBlob->bounds(); in onDraw() local
Dstrokes.cpp333 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
Dtextblobmixedsizes.cpp48 SkRect bounds; in onOnceBeforeDraw() local
120 SkRect bounds = fBlob->bounds(); in onDraw() local
/external/skia/tools/skiaserve/
DRequest.cpp114 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/
Ddesktop_configuration.h31 DesktopRect bounds; member
64 DesktopRect bounds; member
/external/skia/src/effects/
DGrAlphaThresholdFragmentProcessor.h35 const SkIRect& bounds) { in Make()
45 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
DSkMagnifierImageFilter.cpp55 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/
DSkPathOpsCurve.cpp63 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/
DSkSVGCanvas.cpp12 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) { in Make()
/external/skia/tools/lua/
Dgradients.lua17 function bounds(rect) function
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
Dbackground.js9 bounds: { property
/external/skia/src/gpu/
DGrPathRenderer.cpp16 SkRect* bounds) { in GetPathDevBounds()
/external/autotest/server/site_tests/firmware_FMap/
Dfirmware_FMap.py114 def _is_bounded(self, region, bounds): argument
163 def check_areas(self, areas, expected_tree, bounds=None): argument

12345678910>>...14