Home
last modified time | relevance | path

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

12345678910>>...26

/external/skia/src/core/
DSkRecordDraw.cpp199 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds()
264 Bounds bounds; // Bounds of everything in the block. member
388 void popControl(const Bounds& bounds) { in popControl()
394 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
401 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds
403 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds
404 Bounds bounds(const DrawBehind&) const { return fCullRect; } 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
[all …]
DSkPictureRecorder.cpp45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording()
79 AutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local
134 AutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
DSkTextBlob.cpp147 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob()
272 SkRect bounds; in TightRunBounds() local
330 SkRect bounds; in ConservativeRunBounds() local
482 const SkRect* bounds) { in allocInternal()
532 const SkRect* bounds) { in allocRun()
539 const SkRect* bounds) { in allocRunPosH()
545 const SkRect* bounds) { in allocRunPos()
559 const SkRect* bounds) { in allocRunText()
573 const SkRect* bounds) { in allocRunTextPosH()
586 const SkRect *bounds) { in allocRunTextPos()
[all …]
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeVariableName.java36 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/
DexpectedZoneOverlaps.json4 "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/
DBoundsManager.h53 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw()
58 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
78 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw()
93 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
155 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw()
177 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
211 skvx::int4 getGridCoords(const Rect& bounds) const { in getGridCoords()
246 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw()
250 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
/external/skia/tests/
DPathOpsTightBoundsTest.cpp143 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
152 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
162 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
172 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
184 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
194 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
204 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
/external/skia/src/text/
DGlyphRun.cpp44 SkRect bounds, in GlyphRunList()
55 const SkRect& bounds, in GlyphRunList()
141 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local
150 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local
165 SkRect bounds; in glyphrun_source_bounds() local
174 SkRect bounds; in glyphrun_source_bounds() local
186 const SkRect bounds = in makeGlyphRunList() local
211 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local
368 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in setGlyphRunList()
/external/kotlinpoet/kotlinpoet/src/main/java/com/squareup/kotlinpoet/
DTypeVariableName.kt32 public val bounds: List<TypeName>, constant in com.squareup.kotlinpoet.TypeVariableName
199 val bounds = mutableListOf<TypeName>() in emit() constant
222 val bounds = mutableListOf<TypeName>() in emit() constant
/external/ImageMagick/MagickCore/
Dlayer.c101 static void ClearBounds(Image *image,RectangleInfo *bounds, in ClearBounds()
167 const Image *image2,RectangleInfo *bounds,ExceptionInfo *exception) in IsBoundsCleared()
241 bounds; in CoalesceImages() local
404 bounds; in DisposeImages() local
617 bounds; in CompareImagesBounds() local
775 *bounds; in CompareImagesLayers() local
955 *bounds; in OptimizeLayerFrames() local
1546 bounds=next->page; in OptimizeImageTransparency() local
1620 bounds; in RemoveDuplicateLayers() local
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect()
72 SkRect bounds = outerBounds; in apply_clip() local
109 const SkIRect& bounds, in append_clip()
140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
/external/skia/tools/skiaserve/
DRequest.cpp91 SkIRect bounds = this->getBounds(); in writeOutSkp() local
112 SkIRect bounds; in getBounds() local
147 SkIRect bounds = this->getBounds(); in createCPUSurface() local
159 SkIRect bounds = this->getBounds(); in createGPUSurface() local
216 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTouchDelegate.java16 private Rect bounds; field in ShadowTouchDelegate
20 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTouchDelegate.java13 private Rect bounds; field in ShadowTouchDelegate
17 protected void __constructor__(Rect bounds, View delegateView) { in __constructor__()
/external/rust/crates/derive_arbitrary/src/
Dcontainer_attributes.rs21 pub bounds: Option<Vec<Punctuated<TypeParam, Token![,]>>>, field
26 let mut bounds = None; in from_derive_input() localVariable
/external/skia/src/gpu/ganesh/ops/
DDrawableOp.cpp21 const SkRect& bounds) { in Make()
26 const SkRect& bounds) in DrawableOp()
/external/skia/experimental/sktext/tests/
DWrappedText.cpp45 SkRect bounds; member
53 SkRect bounds; // bounds contains the physical boundaries of the run member
62 void onBeginLine(size_t index, TextRange lineText, bool hardBreak, SkRect bounds) override { in onBeginLine()
73 SkRect bounds, in onGlyphRun()
86 void onPlaceholder(TextRange, const SkRect& bounds) override { } in onPlaceholder()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistTypeParameterDeclarationTest.java56 … 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/crates/async-trait/src/
Dexpand.rs186 let bounds = mem::replace(&mut param.bounds, Punctuated::new()); in transform_sig() localVariable
197 let bounds = mem::replace(&mut param.bounds, Punctuated::new()); in transform_sig() localVariable
233 let bounds: &[InferredBound] = match sig.inputs.iter().next() { in transform_sig() localVariable
275 let bounds = bounds.iter().filter_map(|bound| { in transform_sig() localVariable
320 let bounds = if is_local { in transform_sig() localVariable
/external/skia/gm/
Dstrokes.cpp347 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0()
353 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1()
359 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2()
365 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3()
371 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4()
379 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5()
415 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
Dtextblobtransforms.cpp40 SkRect bounds; in onOnceBeforeDraw() local
76 SkRect bounds = fBlob->bounds(); in onDraw() local
/external/clang/test/FixIt/
Dselector-fixit.m34 - (int) bounds; method
38 - (int) bounds { return 0; } method
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/
DTypeVariableImpl.java44 private Type[] bounds; field in TypeVariableImpl
59 public Type[] bounds() { in bounds() method in TypeVariableImpl
/external/skia/src/pathops/
DSkPathOpsCurve.cpp61 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()
/external/ComputeLibrary/tests/validation/fixtures/
DReductionOperationFixture.h78 … 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

12345678910>>...26