/external/skia/src/core/ |
D | SkRecordDraw.cpp | 172 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 240 Bounds bounds; // Bounds of everything in the block. member 389 void popControl(const Bounds& bounds) { in popControl() 394 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 402 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds 404 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds 405 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 407 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 408 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds 412 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds [all …]
|
D | SkTextBlob.cpp | 291 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() 370 SkRect bounds; in MakeFromBuffer() local 520 SkRect bounds; in TightRunBounds() local 575 SkRect bounds; in ConservativeRunBounds() local 705 … int count, int textSize, SkPoint offset, const SkRect* bounds) { in allocInternal() 747 const SkRect* bounds) { in allocRunText() 756 const SkRect* bounds) { in allocRunTextPosH() 766 const SkRect *bounds) { in allocRunTextPos()
|
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()
|
D | SkPictureRecorder.cpp | 79 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local 135 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
|
/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/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/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/skia/gm/ |
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 | textblobtransforms.cpp | 34 SkRect bounds; in onOnceBeforeDraw() local 70 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 | textblobblockreordering.cpp | 32 SkRect bounds; in onOnceBeforeDraw() local 59 SkRect bounds = fBlob->bounds(); in onDraw() local
|
D | dashing.cpp | 116 static void make_path_line(SkPath* path, const SkRect& bounds) { in make_path_line() 121 static void make_path_rect(SkPath* path, const SkRect& bounds) { in make_path_rect() 125 static void make_path_oval(SkPath* path, const SkRect& bounds) { in make_path_oval() 129 static void make_path_star(SkPath* path, const SkRect& bounds) { in make_path_star() 165 SkRect bounds = SkRect::MakeWH(SkIntToScalar(120), SkIntToScalar(120)); in onDraw() local
|
D | textblobmixedsizes.cpp | 48 SkRect bounds; in onOnceBeforeDraw() local 120 SkRect bounds = fBlob->bounds(); in onDraw() 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 | 22 const SkIRect& bounds, in Make() 47 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/skia/src/effects/ |
D | SkMagnifierImageFilter.cpp | 54 const SkIRect& bounds, in Make() 72 const SkIRect& bounds() const { return fBounds; } // Bounds of source image. in bounds() function in GrMagnifierEffect 87 const SkIRect& bounds, in GrMagnifierEffect() 176 const char* bounds = uniformHandler->getUniformCStr(fBoundsVar); in emitCode() local 269 SkIRect bounds = SkIRect::MakeWH(SkIntToScalar(kMaxWidth), SkIntToScalar(kMaxHeight)); in TestCreate() local 338 SkIRect bounds; in onFilterImage() local
|
D | SkMatrixConvolutionImageFilter.cpp | 124 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() 131 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() 140 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() 155 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() 296 SkIRect bounds; in onFilterImage() local
|
D | SkOffsetImageFilter.cpp | 45 SkIRect bounds; in onFilterImage() local 77 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 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/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.h | 31 DesktopRect bounds; member 64 DesktopRect bounds; member
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Types.java | 155 D declaration, String name, Type... bounds) { in newArtificialTypeVariable() 213 @Nullable private static Type subtypeOfComponentType(Type[] bounds) { in subtypeOfComponentType() 325 D genericDeclaration, String name, Type[] bounds) { in newTypeVariableImpl() 397 private final ImmutableList<Type> bounds; field in Types.TypeVariableImpl 399 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl() 507 private static Iterable<Type> filterUpperBounds(Iterable<Type> bounds) { in filterUpperBounds()
|
/external/skia/src/gpu/ |
D | GrShape.cpp | 32 SkRect GrShape::bounds() const { in bounds() function in GrShape 40 SkRect bounds; in bounds() local 70 SkRect bounds; in styledBounds() local
|
/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
|