/external/skia/src/core/ |
D | SkRecordDraw.cpp | 172 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 241 Bounds bounds; // Bounds of everything in the block. member 346 void popControl(const Bounds& bounds) { in popControl() 351 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 358 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 360 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 361 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 362 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 364 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 365 Bounds bounds(const DrawEdgeAARect& op) const { return this->adjustAndMap(op.rect, nullptr); } in bounds() function in SkRecords::FillBounds [all …]
|
D | SkCoverageDelta.cpp | 10 SkCoverageDeltaList::SkCoverageDeltaList(SkArenaAlloc* alloc, const SkIRect& bounds, bool forceRLE)… in SkCoverageDeltaList() 50 bool SkCoverageDeltaMask::CanHandle(const SkIRect& bounds) { in CanHandle() 59 bool SkCoverageDeltaMask::Suitable(const SkIRect& bounds) { in Suitable() 63 SkCoverageDeltaMask::SkCoverageDeltaMask(SkArenaAlloc* alloc, const SkIRect& bounds) { in SkCoverageDeltaMask()
|
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
|
/external/skqp/src/core/ |
D | SkRecordDraw.cpp | 168 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds() 237 Bounds bounds; // Bounds of everything in the block. member 342 void popControl(const Bounds& bounds) { in popControl() 347 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 354 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 356 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 357 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 359 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 360 Bounds bounds(const DrawEdgeAARect& op) const { return this->adjustAndMap(op.rect, nullptr); } in bounds() function in SkRecords::FillBounds 362 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds [all …]
|
D | SkCoverageDelta.cpp | 10 SkCoverageDeltaList::SkCoverageDeltaList(SkArenaAlloc* alloc, const SkIRect& bounds, bool forceRLE)… in SkCoverageDeltaList() 50 bool SkCoverageDeltaMask::CanHandle(const SkIRect& bounds) { in CanHandle() 59 bool SkCoverageDeltaMask::Suitable(const SkIRect& bounds) { in Suitable() 63 SkCoverageDeltaMask::SkCoverageDeltaMask(SkArenaAlloc* alloc, const SkIRect& bounds) { in SkCoverageDeltaMask()
|
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
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | TypeVariableName.java | 36 public final List<TypeName> bounds; field in TypeVariableName 38 private TypeVariableName(String name, List<TypeName> bounds) { in TypeVariableName() 42 private TypeVariableName(String name, List<TypeName> bounds, List<AnnotationSpec> annotations) { in TypeVariableName() 60 public TypeVariableName withBounds(Type... bounds) { in withBounds() 64 public TypeVariableName withBounds(TypeName... bounds) { in withBounds() 68 public TypeVariableName withBounds(List<? extends TypeName> bounds) { in withBounds() 75 private static TypeVariableName of(String name, List<TypeName> bounds) { in of() 93 public static TypeVariableName get(String name, TypeName... bounds) { in get() 98 public static TypeVariableName get(String name, Type... bounds) { in get() 122 List<TypeName> bounds = new ArrayList<>(); in get() local [all …]
|
/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/skqp/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/skqp/src/svg/ |
D | SkSVGCanvas.cpp | 13 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkXMLWriter* writer) { in Make() 21 std::unique_ptr<SkCanvas> SkSVGCanvas::Make(const SkRect& bounds, SkWStream* writer) { in Make()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTouchDelegate.java | 13 private Rect bounds; field in ShadowTouchDelegate 17 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__()
|
/external/skia/src/gpu/ops/ |
D | GrDrawableOp.cpp | 19 const SkRect& bounds) { in Make() 25 const SkRect& bounds) in GrDrawableOp()
|
/external/skqp/src/gpu/ops/ |
D | GrDrawableOp.cpp | 19 const SkRect& bounds) { in Make() 25 const SkRect& bounds) in GrDrawableOp()
|
/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 752 *bounds; in CompareImagesLayers() local 928 *bounds; in OptimizeLayerFrames() local 1515 bounds=next->page; in OptimizeImageTransparency() local 1595 bounds; in RemoveDuplicateLayers() local
|
/external/skia/src/gpu/effects/ |
D | GrMagnifierEffect.h | 18 const SkIRect& bounds() const { return fBounds; } in bounds() function 24 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> src, SkIRect bounds, in Make() 35 GrMagnifierEffect(sk_sp<GrTextureProxy> src, SkIRect bounds, SkRect srcRect, float xInvZoom, in GrMagnifierEffect()
|
D | GrAlphaThresholdFragmentProcessor.h | 25 const SkIRect& bounds) { in Make() 35 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
|
/external/skqp/src/gpu/effects/ |
D | GrMagnifierEffect.h | 18 const SkIRect& bounds() const { return fBounds; } in bounds() function 24 static std::unique_ptr<GrFragmentProcessor> Make(sk_sp<GrTextureProxy> src, SkIRect bounds, in Make() 35 GrMagnifierEffect(sk_sp<GrTextureProxy> src, SkIRect bounds, SkRect srcRect, float xInvZoom, in GrMagnifierEffect()
|
D | GrAlphaThresholdFragmentProcessor.h | 25 const SkIRect& bounds) { in Make() 35 float outerThreshold, const SkIRect& bounds) in GrAlphaThresholdFragmentProcessor()
|
/external/skia/tools/skiaserve/ |
D | Request.cpp | 81 SkIRect bounds = this->getBounds(); in writeOutSkp() local 102 SkIRect bounds; in getBounds() local 137 SkIRect bounds = this->getBounds(); in createCPUSurface() local 149 SkIRect bounds = this->getBounds(); in createGPUSurface() local 206 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
/external/skqp/tools/skiaserve/ |
D | Request.cpp | 81 SkIRect bounds = this->getBounds(); in writeOutSkp() local 102 SkIRect bounds; in getBounds() local 137 SkIRect bounds = this->getBounds(); in createCPUSurface() local 149 SkIRect bounds = this->getBounds(); in createGPUSurface() local 206 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
|
/external/Microsoft-GSL/tests/ |
D | strided_span_tests.cpp | 484 strided_bounds<2> bounds{{2, bytes.size() / 4}, {bytes.size() / 2, 1}}; variable 495 strided_bounds<2> bounds{{2, bytes.size() / 4}, {bytes.size() / 2, 1}}; variable 508 strided_bounds<2> bounds{{4, 2}, {4, 1}}; variable 517 strided_bounds<2> bounds{{4, 2}, {2, 1}}; variable 527 strided_bounds<2> bounds{{2, 6}, {4, 1}}; variable 537 strided_bounds<2> bounds{{2, 1}, {6, 1}}; variable 546 strided_bounds<1> bounds{bytes.size() / 2, 2}; variable 553 strided_bounds<1> bounds{bytes.size() / 2, 2}; variable 602 auto bounds = strided_bounds<1>({length}, {2}); in iterate_every_other_element() local 604 auto bounds = strided_bounds<1>(multi_span_index<1>{length}, multi_span_index<1>{2}); in iterate_every_other_element() local
|
/external/clang/test/FixIt/ |
D | selector-fixit.m | 34 - (int) bounds; method 38 - (int) bounds { return 0; } method
|
/external/skia/src/gpu/ |
D | GrClip.h | 106 static SkIRect GetPixelIBounds(const SkRect& bounds) { in GetPixelIBounds() 116 static SkRect GetPixelBounds(const SkRect& bounds) { in GetPixelBounds() 151 bool hasUserStencilSettings, GrAppliedClip* out, SkRect* bounds) const final { in apply()
|
/external/skqp/src/gpu/ |
D | GrClip.h | 106 static SkIRect GetPixelIBounds(const SkRect& bounds) { in GetPixelIBounds() 116 static SkRect GetPixelBounds(const SkRect& bounds) { in GetPixelBounds() 151 GrAppliedClip* out, SkRect* bounds) const final { in apply()
|
/external/skia/gm/ |
D | textblobtransforms.cpp | 33 SkRect bounds; in onOnceBeforeDraw() local 69 SkRect bounds = fBlob->bounds(); in onDraw() local
|