Searched refs:newW (Results 1 – 6 of 6) sorted by relevance
/external/skia/gm/ |
D | drawbitmaprect.cpp | 99 const int newW = SkScalarRoundToInt(dstR.width()); in imagescaleproc() local 101 SkAutoTUnref<SkImage> newImage(image->newImage(newW, newH, srcIR)); in imagescaleproc() 119 canvas->drawLine(4, 4, newW - 4.0f, newH - 4.0f, paint); in imagescaleproc() 120 canvas->drawLine(4, newH - 4.0f, newW - 4.0f, 4, paint); in imagescaleproc()
|
D | image.cpp | 234 void drawResized(SkCanvas* canvas, SkImage* image, int newW, int newH, const SkIRect* subset, in drawResized() argument 239 SkRect dstR = SkRect::MakeWH(SkIntToScalar(newW), SkIntToScalar(newH)); in drawResized() 245 canvas->translate(newW + 20.0f, 0); in drawResized() 248 SkAutoTUnref<SkImage> image2(image->newImage(newW, newH, subset, fq)); in drawResized()
|
/external/clang/test/SemaObjC/ |
D | unused-backing-ivar-warning.m | 31 - (void) setW:(id)newW { 32 _y = newW;
|
/external/clang/test/Analysis/ |
D | PR2978.m | 55 [self setW:@"newW"]; // This will release '_W', but retain the new value
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 2056 Bool newR, newW, newX, needDiscard; in VG_() local 2065 newW = toBool(prot & VKI_PROT_WRITE); in VG_() 2081 nsegments[i].hasW = newW; in VG_()
|
/external/skia/src/core/ |
D | SkGeometry.cpp | 1319 SkScalar newW = subdivide_w_value(fW); in chop() local 1335 dst[0].fW = dst[1].fW = newW; in chop()
|