Searched refs:inRect (Results 1 – 3 of 3) sorted by relevance
/external/skia/gm/ |
D | resizeimagefilter.cpp | 101 SkRect inRect = SkRect::MakeXYWH(-4, -4, 20, 20); in onDraw() local 104 SkImageSource::Create(image, inRect, outRect, kHigh_SkFilterQuality)); in onDraw()
|
/external/skia/src/views/mac/ |
D | SkNSView.mm | 273 if ([self mouse:p inRect:[self bounds]] && fWind) { 288 if ([self mouse:p inRect:[self bounds]] && fWind) { 303 if ([self mouse:p inRect:[self bounds]] && fWind) { 318 if ([self mouse:p inRect:[self bounds]] && fWind) {
|
/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed…
|