Home
last modified time | relevance | path

Searched defs:bounds (Results 76 - 100 of 386) sorted by relevance

12345678910>>...16

/third_party/skia/src/pdf/
H A DSkPDFDevice.h102 SkIRect bounds() const { return this->imageInfo().bounds(); } in bounds() function in final
/third_party/skia/gm/
H A Dfilterindiabox.cpp23 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), in computeSize() local
H A Dglyph_pos.cpp105 SkRect bounds; in drawTestCase() local
H A Dtextblobrandomfont.cpp64 SkRect bounds; variable
[all...]
H A Dhairmodes.cpp98 const SkRect bounds = SkRect::MakeWH(W, H); variable
H A Dperspimages.cpp59 SkRect bounds = SkRect::MakeEmpty(); variable
/third_party/skia/modules/sksg/include/
H A DSkSGNode.h51 const SkRect& bounds() const { in bounds() function in sksg::Node
/third_party/skia/modules/sksg/src/
H A DSkSGGroup.cpp84 SkRect bounds = SkRect::MakeEmpty(); in onRevalidate() local
H A DSkSGText.cpp65 const auto& bounds = fBlob->bounds(); in onRevalidate() local
/third_party/skia/experimental/tools/
H A DcoreGraphicsPdf2png.cpp39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox); in main() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DDisjointRangeMap.java167 DisjointRangeMap<T> intersect(RangeTree bounds) { in intersect() argument
/third_party/skia/src/core/
H A DSkDraw_text.cpp89 const SkIRect* bounds = &mask.fBounds; in paintMasks() local
H A DSkMiniRecorder.cpp32 static SkRect adjust_for_paint(SkRect bounds, const SkPaint& paint) { in adjust_for_paint() argument
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
H A DSkScanPriv.h92 SkIRect bounds = rect.roundOut(); in TryBlitFatAntiRect() local
H A DSkPictureRecorder.cpp45 SkCanvas* SkPictureRecorder::beginRecording(const SkRect& bounds, SkBBHFactory* factory) { in beginRecording() argument
60 SkRect bounds = pic->cullRect(); // actually the computed bounds, not fCullRect. in finishRecordingAsPicture() local
[all...]
H A DSkCanvasPriv.cpp17 SkAutoCanvasMatrixPaint(SkCanvas* canvas, const SkMatrix* matrix, const SkPaint* paint, const SkRect& bounds) SkAutoCanvasMatrixPaint() argument
H A DSkCanvasPriv.h84 static SkCanvas::SaveLayerRec ScaledBackdropLayer(const SkRect* bounds, in ScaledBackdropLayer() argument
H A DSkRTree.cpp19 const SkRect& bounds = boundsArray[i]; in insert() local
/third_party/skia/src/effects/imagefilters/
H A DSkPictureImageFilter.cpp95 SkIRect bounds = floatBounds.roundOut(); in onFilterImage() local
H A DSkShaderImageFilter.cpp81 SkIRect bounds; in onFilterImage() local
H A DSkMergeImageFilter.cpp67 SkIRect bounds; in onFilterImage() local
[all...]
H A DSkColorFilterImageFilter.cpp102 SkIRect bounds; in onFilterImage() local
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h121 submitIndirectCommandBuffer(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds) submitIndirectCommandBuffer() argument
/third_party/skia/samplecode/
H A DSampleStrokePath.cpp78 const SkRect& bounds = path->getBounds(); in scale_to_width() local
118 const SkRect& bounds = fPath.getBounds(); variable
/third_party/skia/src/gpu/
H A DGrSWMaskHelper.cpp134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init() local

Completed in 11 milliseconds

12345678910>>...16