/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.h | 102 SkIRect bounds() const { return this->imageInfo().bounds(); } in bounds() function in final
|
/third_party/skia/gm/ |
H A D | filterindiabox.cpp | 23 SkRect bounds = SkRect::MakeWH(SkIntToScalar(bm.width()), in computeSize() local
|
H A D | glyph_pos.cpp | 105 SkRect bounds; in drawTestCase() local
|
H A D | textblobrandomfont.cpp | 64 SkRect bounds; variable [all...] |
H A D | hairmodes.cpp | 98 const SkRect bounds = SkRect::MakeWH(W, H); variable
|
H A D | perspimages.cpp | 59 SkRect bounds = SkRect::MakeEmpty(); variable
|
/third_party/skia/modules/sksg/include/ |
H A D | SkSGNode.h | 51 const SkRect& bounds() const { in bounds() function in sksg::Node
|
/third_party/skia/modules/sksg/src/ |
H A D | SkSGGroup.cpp | 84 SkRect bounds = SkRect::MakeEmpty(); in onRevalidate() local
|
H A D | SkSGText.cpp | 65 const auto& bounds = fBlob->bounds(); in onRevalidate() local
|
/third_party/skia/experimental/tools/ |
H A D | coreGraphicsPdf2png.cpp | 39 CGRect bounds = CGPDFPageGetBoxRect(page, kCGPDFMediaBox); in main() local
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | DisjointRangeMap.java | 167 DisjointRangeMap<T> intersect(RangeTree bounds) { in intersect() argument
|
/third_party/skia/src/core/ |
H A D | SkDraw_text.cpp | 89 const SkIRect* bounds = &mask.fBounds; in paintMasks() local
|
H A D | SkMiniRecorder.cpp | 32 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 D | SkScanPriv.h | 92 SkIRect bounds = rect.roundOut(); in TryBlitFatAntiRect() local
|
H A D | SkPictureRecorder.cpp | 45 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 D | SkCanvasPriv.cpp | 17 SkAutoCanvasMatrixPaint(SkCanvas* canvas, const SkMatrix* matrix, const SkPaint* paint, const SkRect& bounds) SkAutoCanvasMatrixPaint() argument
|
H A D | SkCanvasPriv.h | 84 static SkCanvas::SaveLayerRec ScaledBackdropLayer(const SkRect* bounds, in ScaledBackdropLayer() argument
|
H A D | SkRTree.cpp | 19 const SkRect& bounds = boundsArray[i]; in insert() local
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkPictureImageFilter.cpp | 95 SkIRect bounds = floatBounds.roundOut(); in onFilterImage() local
|
H A D | SkShaderImageFilter.cpp | 81 SkIRect bounds; in onFilterImage() local
|
H A D | SkMergeImageFilter.cpp | 67 SkIRect bounds; in onFilterImage() local [all...] |
H A D | SkColorFilterImageFilter.cpp | 102 SkIRect bounds; in onFilterImage() local
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlGpu.h | 121 submitIndirectCommandBuffer(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds) submitIndirectCommandBuffer() argument
|
/third_party/skia/samplecode/ |
H A D | SampleStrokePath.cpp | 78 const SkRect& bounds = path->getBounds(); in scale_to_width() local 118 const SkRect& bounds = fPath.getBounds(); variable
|
/third_party/skia/src/gpu/ |
H A D | GrSWMaskHelper.cpp | 134 SkIRect bounds = SkIRect::MakeWH(resultBounds.width(), resultBounds.height()); in init() local
|