Home
last modified time | relevance | path

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

1234567891011

/external/skia/src/core/
DSkRecordDraw.cpp228 Bounds bounds; // Bounds of everything in the block. member
379 void popControl(const Bounds& bounds) { in popControl()
384 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
392 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds
394 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds
395 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds
397 Bounds bounds(const DrawSprite& op) const { // Ignores the matrix, but respects the clip. in bounds() function in SkRecords::FillBounds
405 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds
406 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds
407 Bounds bounds(const DrawRRect& op) const { in bounds() function in SkRecords::FillBounds
[all …]
DSkTextBlob.cpp201 SkTextBlob::SkTextBlob(int runCount, const SkRect& bounds) in SkTextBlob()
251 SkRect bounds; in CreateFromBuffer() local
373 SkRect bounds; in TightRunBounds() local
387 SkRect bounds; in ConservativeRunBounds() local
516 int count, SkPoint offset, const SkRect* bounds) { in allocInternal()
554 const SkRect* bounds) { in allocRun()
562 const SkRect* bounds) { in allocRunPosH()
570 const SkRect *bounds) { in allocRunPos()
DSkCanvas.cpp236 void reset(const SkIRect& bounds) { in reset()
338 const SkRect* bounds = NULL) : fOrigPaint(paint) { in AutoDrawLooper()
492 #define LOOPER_BEGIN(paint, type, bounds) \ argument
502 void SkCanvas::resetForNextPicture(const SkIRect& bounds) { in resetForNextPicture()
566 SkNoPixelsBitmapDevice(const SkIRect& bounds) in SkNoPixelsBitmapDevice()
587 SkCanvas::SkCanvas(const SkIRect& bounds, InitFlags flags) in SkCanvas()
925 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveFlags flags, in clipRectBounds()
969 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { in saveLayer()
979 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags) { in saveLayer()
989 void SkCanvas::internalSaveLayer(const SkRect* bounds, const SkPaint* paint, SaveFlags flags, in internalSaveLayer()
[all …]
DSkMatrixImageFilter.cpp95 SkRect bounds = src; in computeFastBounds() local
117 SkIRect bounds = floatBounds.roundOut(); in onFilterBounds() local
/external/skia/src/pathops/
DSkPathOpsCurve.cpp12 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setConicBounds()
22 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setCubicBounds()
32 double tStart, double tEnd, SkPathOpsBounds* bounds) { in setQuadBounds()
/external/skia/gm/
Dstrokes.cpp148 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0()
154 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1()
160 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2()
166 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3()
172 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4()
180 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5()
216 SkRect bounds = SkRect::MakeWH(SkIntToScalar(50), SkIntToScalar(50)); in onDraw() local
Dtextblobtransforms.cpp33 SkRect bounds; in onOnceBeforeDraw() local
69 SkRect bounds = fBlob->bounds(); in onDraw() local
Dtextblobcolortrans.cpp36 SkRect bounds; in onOnceBeforeDraw() local
69 SkRect bounds = fBlob->bounds(); in onDraw() local
Ddashing.cpp111 static void make_path_line(SkPath* path, const SkRect& bounds) { in make_path_line()
116 static void make_path_rect(SkPath* path, const SkRect& bounds) { in make_path_rect()
120 static void make_path_oval(SkPath* path, const SkRect& bounds) { in make_path_oval()
124 static void make_path_star(SkPath* path, const SkRect& bounds) { in make_path_star()
160 SkRect bounds = SkRect::MakeWH(SkIntToScalar(120), SkIntToScalar(120)); in onDraw() local
Dmixedtextblobs.cpp61 SkRect bounds; in onOnceBeforeDraw() local
123 SkRect bounds = fBlob->bounds(); in onDraw() local
/external/clang/test/FixIt/
Dselector-fixit.m34 - (int) bounds; method
38 - (int) bounds { return 0; } method
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp122 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
129 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
138 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
153 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch()
280 SkIRect bounds; in onFilterImage() local
322 SkIRect bounds = src; in onFilterBounds() local
DSkOffsetImageFilter.cpp44 SkIRect bounds; local
84 SkIRect bounds = src; local
/external/clang/test/CodeGenObjCXX/
Dproperty-objects.mm16 CGRect bounds; field
20 @property CGRect bounds; property
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.h22 const SkIRect& bounds, in Create()
54 const SkIRect& bounds() const { return fBounds; } in bounds() function
/external/guava/guava/src/com/google/common/reflect/
DTypes.java148 D declaration, String name, Type... bounds) { in newArtificialTypeVariable()
206 @Nullable private static Type subtypeOfComponentType(Type[] bounds) { in subtypeOfComponentType()
322 private final ImmutableList<Type> bounds; field in Types.TypeVariableImpl
324 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl()
424 private static Iterable<Type> filterUpperBounds(Iterable<Type> bounds) { in filterUpperBounds()
/external/skia/src/utils/debugger/
DSkDebugCanvas.h154 bool getClipBounds(SkRect* bounds) const override { in getClipBounds()
162 bool getClipDeviceBounds(SkIRect* bounds) const override { in getClipDeviceBounds()
DSkDrawCommand.cpp85 void xlate_and_scale_to_bounds(SkCanvas* canvas, const SkRect& bounds) { in xlate_and_scale_to_bounds()
106 const SkRect& bounds = path.getBounds(); in render_path() local
154 const SkRect& bounds = rrect.getBounds(); in render_rrect() local
170 const SkRect& bounds = outer.getBounds(); in render_drrect() local
475 SkRect bounds = fPicture->cullRect(); in execute() local
536 SkRect bounds; in render() local
631 SkRect bounds = fBlob->bounds().makeOffset(fXPos, fYPos); in render() local
868 SkSaveLayerCommand::SkSaveLayerCommand(const SkRect* bounds, const SkPaint* paint, in SkSaveLayerCommand()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowDrawable.java30 private Rect bounds = new Rect(0, 0, 0, 0); field in ShadowDrawable
91 Rect bounds = new Rect(); in copyBounds() local
97 public void copyBounds(Rect bounds) { in copyBounds()
/external/skia/src/svg/
DSkSVGCanvas.cpp11 SkCanvas* SkSVGCanvas::Create(const SkRect& bounds, SkXMLWriter* writer) { in Create()
/external/skia/src/animator/
DSkDrawSaveLayer.h30 SkDrawRect* bounds; variable
/external/skia/src/views/animated/
DSkImageView.cpp180 SkRect bounds; in onDraw() local
229 bool SkImageView::getDataBounds(SkRect* bounds) in getDataBounds()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
DResizableDialog.java105 Rectangle bounds = loadBounds(); in getInitialLocation() local
154 private void saveBounds(Rectangle bounds) { in saveBounds()
/external/skia/src/gpu/
DGrPathRenderer.cpp17 SkRect* bounds) { in GetPathDevBounds()
/external/skia/include/utils/
DSkNoSaveLayerCanvas.h24 virtual SaveLayerStrategy willSaveLayer(const SkRect* bounds, const SkPaint* paint, in willSaveLayer()

1234567891011