Home
last modified time | relevance | path

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

12345678910>>...36

/external/skqp/src/core/
DSkRecordDraw.cpp168 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 …]
DSkCoverageDelta.cpp10 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()
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
/external/skia/src/core/
DSkRecordDraw.cpp180 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds()
245 Bounds bounds; // Bounds of everything in the block. member
363 void popControl(const Bounds& bounds) { in popControl()
369 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
376 Bounds bounds(const Flush&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds
378 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds
379 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds
380 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds
382 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds
383 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()
60 SkRect bounds = pic->cullRect(); // actually the computed bounds, not fCullRect. in finishRecordingAsPicture() local
78 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsPicture() local
134 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in finishRecordingAsDrawable() local
DSkGlyphRun.cpp62 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local
72 SkRect bounds = SkRect::MakeEmpty(); in sourceBounds() local
88 SkRect bounds; in sourceBounds() local
97 SkRect bounds; in sourceBounds() local
111 SkRect bounds, in SkGlyphRunList()
119 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkRect& bounds, SkPoint origin) in SkGlyphRunList()
195 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local
350 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in makeGlyphRunList()
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
/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/tests/
DPathOpsTightBoundsTest.cpp133 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
142 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
174 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
/external/skqp/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/skia/src/gpu/effects/generated/
DGrMagnifierEffect.h22 SkIRect bounds, in Make()
34 SkIRect bounds; variable
43 SkIRect bounds, in GrMagnifierEffect()
/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/llvm-project/libc/utils/FPUtil/
DSqrt.h35 constexpr uint32_t bounds[nsteps] = {1 << 12, 1 << 18, 1 << 21, 1 << 22, variable
52 constexpr uint64_t bounds[nsteps] = {1ULL << 26, 1ULL << 39, 1ULL << 46, variable
71 constexpr __uint128_t bounds[nsteps] = { variable
DHypot.h27 constexpr uint32_t bounds[nsteps] = {1 << 16, 1 << 8, 1 << 4, 1 << 2, 1 << 1}; variable
42 constexpr uint64_t bounds[nsteps] = {1ULL << 32, 1ULL << 16, 1ULL << 8, variable
/external/skqp/src/svg/
DSkSVGCanvas.cpp13 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/skia/src/gpu/ops/
DGrDrawableOp.cpp19 const SkRect& bounds) { in Make()
24 const SkRect& bounds) in GrDrawableOp()
/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/skia/src/pdf/
DSkPDFGraphicStackState.cpp28 static bool is_rect(const SkClipStack& clipStack, const SkRect& bounds, SkRect* dst) { in is_rect()
76 SkRect bounds = outerBounds; in apply_clip() local
113 const SkIRect& bounds, in append_clip()
144 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
/external/skqp/src/gpu/ops/
DGrDrawableOp.cpp19 const SkRect& bounds) { in Make()
25 const SkRect& bounds) in GrDrawableOp()
/external/skqp/src/gpu/effects/
DGrMagnifierEffect.h18 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()
/external/skqp/tools/skiaserve/
DRequest.cpp81 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/skia/tools/skiaserve/
DRequest.cpp88 SkIRect bounds = this->getBounds(); in writeOutSkp() local
109 SkIRect bounds; in getBounds() local
144 SkIRect bounds = this->getBounds(); in createCPUSurface() local
156 SkIRect bounds = this->getBounds(); in createGPUSurface() local
213 SkIRect bounds = this->getBounds(); in initPictureFromStream() local
/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/skqp/src/gpu/
DGrClip.h106 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()

12345678910>>...36