/external/skia/src/core/ |
D | SkRecordDraw.cpp | 208 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds() 273 Bounds bounds; // Bounds of everything in the block. member 404 void popControl(const Bounds& bounds) { in popControl() 410 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 417 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 418 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 419 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 421 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 422 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds 426 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds [all …]
|
D | SkPictureRecorder.cpp | 50 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording() 84 AutoTArray<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local 139 AutoTArray<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
|
D | SkTextBlob.cpp | 155 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() 281 SkRect bounds; in TightRunBounds() local 339 SkRect bounds; in ConservativeRunBounds() local 491 const SkRect* bounds) { in allocInternal() 541 const SkRect* bounds) { in allocRun() 548 const SkRect* bounds) { in allocRunPosH() 554 const SkRect* bounds) { in allocRunPos() 568 const SkRect* bounds) { in allocRunText() 582 const SkRect* bounds) { in allocRunTextPosH() 595 const SkRect *bounds) { in allocRunTextPos() [all …]
|
/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/timezone-boundary-builder/ |
D | expectedZoneOverlaps.json | 4 "bounds": [27.8, 9.3, 29.1, 10.2], array 7 "bounds": [23.4, 8.6, 24.9, 9.9], array 13 "bounds": [-73.6, -49.8, -73, -49.2], array 19 "bounds": [-65.4, -10.9, -65.3, -10.7], array 25 "bounds": [-67.4, 44.2, -66.9, 44.8], array 31 "bounds": [34.8, 31.3, 35.6, 32.6], array 37 "bounds": [114.1, 10.9, 114.2, 11], array 43 "bounds": [114, 10.1, 114.3, 11], array 46 "bounds": [114.4, 9.8, 114.6, 10], array 49 "bounds": [115.4, 9.8, 115.6, 10], array [all …]
|
/external/skia/src/gpu/graphite/geom/ |
D | BoundsManager.h | 57 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 62 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 82 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 97 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 169 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 191 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 225 skvx::int4 getGridCoords(const Rect& bounds) const { in getGridCoords() 262 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 266 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
|
/external/skia/src/text/ |
D | GlyphRun.cpp | 46 SkRect bounds, in GlyphRunList() 57 const SkRect& bounds, in GlyphRunList() 145 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local 154 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local 169 SkRect bounds; in glyphrun_source_bounds() local 178 SkRect bounds; in glyphrun_source_bounds() local 190 const SkRect bounds = in makeGlyphRunList() local 215 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local 372 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in setGlyphRunList()
|
/external/skia/tests/ |
D | PathOpsTightBoundsTest.cpp | 144 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 173 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 205 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
D | TypeVariableName.kt | 32 public val bounds: List<TypeName>, constant in com.squareup.kotlinpoet.TypeVariableName 223 val bounds = mutableListOf<TypeName>() in get() constant 246 val bounds = mutableListOf<TypeName>() in get() constant
|
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/ |
D | interval_bounds.hpp | 40 inline interval_bounds operator << (interval_bounds bounds, unsigned int shift) in operator <<() 44 inline interval_bounds operator >> (interval_bounds bounds, unsigned int shift) in operator >>() 71 inline bool is_left_closed(interval_bounds bounds) in is_left_closed() 74 inline bool is_right_closed(interval_bounds bounds) in is_right_closed() 77 inline std::string left_bracket(interval_bounds bounds) in left_bracket() 80 inline std::string right_bracket(interval_bounds bounds) in right_bracket()
|
/external/skia/modules/canvaskit/tests/ |
D | skottie_test.js | 50 const bounds = CanvasKit.LTRBRect(0, 0, 500, 500); constant 78 const bounds = CanvasKit.LTRBRect(0, 0, 500, 500); constant 94 const bounds = CanvasKit.LTRBRect(0, 0, 500, 500); constant 148 const bounds = CanvasKit.LTRBRect(0, 0, 600, 600); constant 214 const bounds = CanvasKit.LTRBRect(0, 0, 600, 600); constant
|
/external/skia/src/pdf/ |
D | SkPDFGraphicStackState.cpp | 34 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect() 76 SkRect bounds = outerBounds; in apply_clip() local 112 const SkIRect& bounds, in append_clip() 143 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowTouchDelegate.java | 16 private Rect bounds; field in ShadowTouchDelegate 20 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__()
|
/external/rust/android-crates-io/crates/derive_arbitrary/src/ |
D | container_attributes.rs | 21 pub bounds: Option<Vec<Punctuated<TypeParam, Token![,]>>>, field 26 let mut bounds = None; in from_derive_input() localVariable
|
/external/skia/src/gpu/ganesh/ops/ |
D | DrawableOp.cpp | 21 const SkRect& bounds) { in Make() 26 const SkRect& bounds) in DrawableOp()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/sampling/ |
D | FieldStepNormalizer.java | 112 private final StepNormalizerBounds bounds; field in FieldStepNormalizer 148 final StepNormalizerBounds bounds) { in FieldStepNormalizer() 160 final StepNormalizerMode mode, final StepNormalizerBounds bounds) { in FieldStepNormalizer()
|
D | StepNormalizer.java | 114 private final StepNormalizerBounds bounds; field in StepNormalizer 150 final StepNormalizerBounds bounds) { in StepNormalizer() 163 final StepNormalizerBounds bounds) { in StepNormalizer()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/javassistmodel/ |
D | JavassistTypeParameterDeclarationTest.java | 56 … List<ResolvedTypeParameterDeclaration.Bound> bounds = typeParams.get(0).getBounds(); in testGetBounds() local 79 List<ResolvedTypeParameterDeclaration.Bound> bounds = typeParams.get(0).getBounds(); in testGetComplexBounds() local
|
/external/rust/android-crates-io/crates/async-trait/src/ |
D | expand.rs | 196 let bounds = mem::take(&mut param.bounds); in transform_sig() localVariable 211 let bounds = mem::take(&mut param.bounds); in transform_sig() localVariable 248 let bounds: &[InferredBound] = if is_local { in transform_sig() localVariable 281 let bounds = bounds.iter().filter(|bound| match context { in transform_sig() localVariable 319 let bounds = if is_local { in transform_sig() localVariable
|
/external/mesa3d/src/intel/vulkan/grl/gpu/ |
D | AABB.h | 270 struct AABB bounds; in AABB_sub_group_broadcast() local 283 struct AABB bounds; in AABB_sub_group_shuffle() local 315 struct AABB bounds; in AABB_sub_group_reduce() local 339 struct AABB bounds; in AABB_sub_group_reduce_N6() local 354 struct AABB bounds; in AABB_work_group_reduce() local 366 struct AABB bounds; in AABB_sub_group_scan_exclusive_min_max() local 380 struct AABB bounds; in AABB_sub_group_scan_inclusive_min_max() local
|
/external/clang/test/FixIt/ |
D | selector-fixit.m | 34 - (int) bounds; method 38 - (int) bounds { return 0; } method
|
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
D | TypeVariableImpl.java | 44 private Type[] bounds; field in TypeVariableImpl 59 public Type[] bounds() { in bounds() method in TypeVariableImpl
|
/external/skia/gm/ |
D | textblobtransforms.cpp | 41 SkRect bounds; in onOnceBeforeDraw() local 73 SkRect bounds = fBlob->bounds(); in onDraw() local
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | ReductionOperationFixture.h | 78 … std::pair<int, int> bounds = get_quantized_bounds(tensor.quantization_info(), -1.0f, 1.0f); in fill() local 85 …std::pair<int, int> bounds = get_quantized_qasymm8_signed_bounds(tensor.quantization_info(), -1.0f… in fill() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCurve.cpp | 61 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds() 71 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds() 81 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
|