Home
last modified time | relevance | path

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

12345678910>>...14

/external/skia/src/core/
DSkRecordDraw.cpp153 FillBounds(const SkRect& cullRect, const SkRecord& record, SkRect bounds[]) in FillBounds()
221 Bounds bounds; // Bounds of everything in the block. member
373 void popControl(const Bounds& bounds) { in popControl()
378 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds()
386 Bounds bounds(const DrawText&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds
388 Bounds bounds(const DrawPaint&) const { return fCurrentClipBounds; } in bounds() function in SkRecords::FillBounds
389 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds
391 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds
392 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds
393 Bounds bounds(const DrawRRect& op) const { in bounds() function in SkRecords::FillBounds
[all …]
DSkTextBlob.cpp205 SkTextBlob::SkTextBlob(int runCount, const SkRect& bounds) in SkTextBlob()
255 SkRect bounds; in CreateFromBuffer() local
375 SkRect bounds; in TightRunBounds() local
430 SkRect bounds; in ConservativeRunBounds() local
556 int count, SkPoint offset, const SkRect* bounds) { in allocInternal()
594 const SkRect* bounds) { in allocRun()
602 const SkRect* bounds) { in allocRunPosH()
610 const SkRect *bounds) { in allocRunPos()
DSkPictureRecorder.cpp75 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in endRecordingAsPicture() local
131 const SkRect& bounds, bool doSaveLayerInfo) in SkRecordedDrawable()
189 SkAutoTMalloc<SkRect> bounds(fRecord->count()); in endRecordingAsDrawable() local
DSkRasterClip.cpp27 SkRasterClip::SkRasterClip(const SkIRect& bounds, bool forceConservativeRects) : fBW(bounds) { in SkRasterClip()
164 bool SkRasterClip::op(const SkRRect& rrect, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op()
175 bool SkRasterClip::op(const SkPath& path, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op()
288 bool SkRasterClip::op(const SkRect& r, const SkIRect& bounds, SkRegion::Op op, bool doAA) { in op()
DSkCanvas.cpp68 const SkRect bounds = SkRect::MakeIWH(size.width(), size.height()); in wouldOverwriteEntireSurface() local
316 void reset(const SkIRect& bounds) { in reset()
602 #define LOOPER_BEGIN_DRAWBITMAP(paint, skipLayerForFilter, bounds) \ argument
615 #define LOOPER_BEGIN(paint, type, bounds) \ argument
621 #define LOOPER_BEGIN_CHECK_COMPLETE_OVERWRITE(paint, type, bounds, auxOpaque) \ argument
631 void SkCanvas::resetForNextPicture(const SkIRect& bounds) { in resetForNextPicture()
700 SkNoPixelsBitmapDevice(const SkIRect& bounds, const SkSurfaceProps& surfaceProps) in SkNoPixelsBitmapDevice()
722 SkCanvas::SkCanvas(const SkIRect& bounds, InitFlags flags) in SkCanvas()
1069 bool SkCanvas::clipRectBounds(const SkRect* bounds, SaveLayerFlags saveLayerFlags, in clipRectBounds()
1117 int SkCanvas::saveLayer(const SkRect* bounds, const SkPaint* paint) { in saveLayer()
[all …]
/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.cpp338 static void make0(SkPath* path, const SkRect& bounds, SkString* title) { in make0()
344 static void make1(SkPath* path, const SkRect& bounds, SkString* title) { in make1()
350 static void make2(SkPath* path, const SkRect& bounds, SkString* title) { in make2()
356 static void make3(SkPath* path, const SkRect& bounds, SkString* title) { in make3()
362 static void make4(SkPath* path, const SkRect& bounds, SkString* title) { in make4()
370 static void make5(SkPath* path, const SkRect& bounds, SkString* title) { in make5()
406 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
Dtextblobblockreordering.cpp31 SkRect bounds; in onOnceBeforeDraw() local
58 SkRect bounds = fBlob->bounds(); in onDraw() local
Dtextblobcolortrans.cpp36 SkRect bounds; in onOnceBeforeDraw() local
69 SkRect bounds = fBlob->bounds(); in onDraw() local
Ddashing.cpp115 static void make_path_line(SkPath* path, const SkRect& bounds) { in make_path_line()
120 static void make_path_rect(SkPath* path, const SkRect& bounds) { in make_path_rect()
124 static void make_path_oval(SkPath* path, const SkRect& bounds) { in make_path_oval()
128 static void make_path_star(SkPath* path, const SkRect& bounds) { in make_path_star()
164 SkRect bounds = SkRect::MakeWH(SkIntToScalar(120), SkIntToScalar(120)); in onDraw() local
Dtextblobmixedsizes.cpp48 SkRect bounds; in onOnceBeforeDraw() local
111 SkRect bounds = fBlob->bounds(); in onDraw() local
/external/clang/test/FixIt/
Dselector-fixit.m34 - (int) bounds; method
38 - (int) bounds { return 0; } method
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.h31 DesktopRect bounds; member
64 DesktopRect bounds; member
/external/guava/guava/src/com/google/common/reflect/
DTypes.java155 D declaration, String name, Type... bounds) { in newArtificialTypeVariable()
213 @Nullable private static Type subtypeOfComponentType(Type[] bounds) { in subtypeOfComponentType()
325 D genericDeclaration, String name, Type[] bounds) { in newTypeVariableImpl()
397 private final ImmutableList<Type> bounds; field in Types.TypeVariableImpl
399 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl()
507 private static Iterable<Type> filterUpperBounds(Iterable<Type> bounds) { in filterUpperBounds()
/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()
282 SkIRect bounds; in onFilterImageDeprecated() local
DSkMagnifierImageFilter.cpp29 const SkRect& bounds, in Create()
44 const SkRect& bounds() const { return fBounds; } // Bounds of source image. in bounds() function in GrMagnifierEffect
59 const SkRect& bounds, in GrMagnifierEffect()
139 const char* bounds = uniformHandler->getUniformCStr(fBoundsVar); in emitCode() local
/external/skia/src/gpu/effects/
DGrMatrixConvolutionEffect.h22 const SkIRect& bounds, in Create()
45 const SkIRect& bounds() const { return fBounds; } in bounds() function
DGrConvolutionEffect.cpp74 const char* bounds = uniformHandler->getUniformCStr(fBoundsUni); in emitCode() local
112 const float* bounds = conv.bounds(); in onSetData() local
218 float bounds[2]; in TestCreate() local
/external/skia/tests/
DRecordDrawTest.cpp142 SkAutoTMalloc<SkRect> bounds(record.count()); in DEF_TEST() local
165 SkAutoTMalloc<SkRect> bounds(record.count()); in DEF_TEST() local
225 SkAutoTMalloc<SkRect> bounds(record.count()); in DEF_TEST() local
248 SkAutoTMalloc<SkRect> bounds(record.count()); in DEF_TEST() local
/external/autotest/server/site_tests/firmware_FMap/
Dfirmware_FMap.py114 def _is_bounded(self, region, bounds): argument
163 def check_areas(self, areas, expected_tree, bounds=None): argument
/external/robolectric/v1/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/webrtc/talk/media/devices/
Dcarbonvideorenderer.cc144 Rect bounds; in RenderFrame() local
157 struct Rect bounds; in Initialize() local
/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/views/animated/
DSkImageView.cpp180 SkRect bounds; in onDraw() local
229 bool SkImageView::getDataBounds(SkRect* bounds) in getDataBounds()

12345678910>>...14