Searched refs:fBottom (Results 201 - 225 of 368) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrContext.cpp704 verts[4].set(rect.fRight - rad, rect.fBottom - rad);
705 verts[5].set(rect.fRight + rad, rect.fBottom + rad);
706 verts[6].set(rect.fLeft + rad, rect.fBottom - rad);
707 verts[7].set(rect.fLeft - rad, rect.fBottom + rad);
714 SkScalarIsInt(r.fRight) && SkScalarIsInt(r.fBottom);
777 point.fY >= rect.fTop && point.fY <= rect.fBottom;
893 vertex[2].set(rect.fRight, rect.fBottom);
894 vertex[3].set(rect.fLeft, rect.fBottom);
/external/skia/tests/
H A DPictureTest.cpp336 rect->fBottom = rect->fTop + rand.nextRangeScalar(0, H);
391 for (int y = ir.fTop; y < ir.fBottom; ++y) {
1372 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
1383 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
1394 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
1404 REPORTER_ASSERT(reporter, 10 == clipBounds.fBottom);
1417 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
1428 REPORTER_ASSERT(reporter, 8 == clipBounds.fBottom);
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.cc67 bounding.fBottom - bounding.fTop);
H A Dvector_canvas_unittest.cc827 rect.fBottom = 30.5f;
859 rect.fBottom = 30.5f;
881 rect.fBottom = 30.5f;
905 rect.fBottom = 30.5f;
/external/chromium_org/third_party/skia/bench/
H A DRegionBench.cpp62 for (int y = r.fTop; y < r.fBottom; y += dy) {
/external/chromium_org/third_party/skia/gm/
H A Dimagefiltersbase.cpp123 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
H A Dperlinnoise.cpp159 r.fBottom += r.height();
H A Dpoly2poly.cpp81 r.fLeft, r.fTop, r.fRight, r.fBottom);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleStrokePath.cpp61 src.fBounds.fRight, src.fBounds.fBottom, radius);
/external/chromium_org/third_party/skia/src/animator/
H A DSkPathParts.cpp218 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
/external/chromium_org/third_party/skia/src/core/
H A DSkEdgeBuilder.cpp79 SkIntToScalar(src.fBottom >> shift));
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp529 src.fBounds.fRight + padx, src.fBounds.fBottom + pady);
753 SkScalarRoundToInt(src.fBottom + pad));
767 SkScalarRoundToInt(src.fBottom)); // restore trimmed bounds
821 SkScalarRoundToInt(src.fBottom)); // restore trimmed bounds
/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp235 if (y + metrics.fAscent >= fBox.fBottom)
/external/chromium_org/third_party/skia/tests/
H A DBBoxHierarchyTest.cpp33 rect.fBottom = rand.nextRangeF(0, MAX_SIZE);
H A DPathOpsTestCommon.cpp134 return !SkScalarIsNaN(bounds.fBottom);
/external/chromium_org/third_party/skia/tools/
H A Drender_pdfs_main.cpp259 picture->cullRect().fRight, picture->cullRect().fBottom,
/external/chromium_org/ui/gfx/
H A Dblit.cc53 clip_bounds.fBottom != info.height())
/external/skia/bench/
H A DRegionBench.cpp62 for (int y = r.fTop; y < r.fBottom; y += dy) {
/external/skia/gm/
H A Dimagefiltersbase.cpp91 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
H A Dperlinnoise.cpp159 r.fBottom += r.height();
H A Dpoly2poly.cpp80 r.fLeft, r.fTop, r.fRight, r.fBottom);
/external/skia/samplecode/
H A DSampleStrokePath.cpp61 src.fBounds.fRight, src.fBounds.fBottom, radius);
/external/skia/src/animator/
H A DSkPathParts.cpp218 SK_MEMBER_ALIAS(bottom, fRect.fBottom, Float),
/external/skia/src/core/
H A DSkEdgeBuilder.cpp79 SkIntToScalar(src.fBottom >> shift));
H A DSkRasterClip.cpp159 nearly_integral(r.fRight) && nearly_integral(r.fBottom)) {

Completed in 571 milliseconds

1234567891011>>