Searched refs:fBottom (Results 276 - 300 of 368) sorted by relevance

<<1112131415

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp165 rect.fRight - 0.5f, rect.fBottom - 0.5f);
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp235 rect->bottom = r.fBottom;
/external/chromium_org/third_party/skia/tools/
H A Dcreate_test_font.cpp344 output_scalar(metrics.fBottom, emSize, &metricsStr);
H A Drender_pictures_main.cpp207 picture->cullRect().fRight, picture->cullRect().fBottom,
/external/chromium_org/ui/views/bubble/
H A Dbubble_frame_view.cc148 rect.fBottom += SkIntToScalar(kBottomBorderShadowSize);
/external/skia/bench/
H A DDashBench.cpp118 rect.fBottom = rect.fTop + paint.getStrokeWidth();
H A DMathBench.cpp258 float value = r.fLeft * 0 + r.fTop * 0 + r.fRight * 0 + r.fBottom * 0;
/external/skia/gm/
H A Dtechtalk1.cpp62 canvas->drawLine(r.fLeft, r.fTop, r.fRight, r.fBottom, paint);
/external/skia/include/core/
H A DSkPaint.h758 SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0) member in struct:SkPaint::FontMetrics
/external/skia/src/animator/
H A DSkDisplayable.cpp421 rect->fRight= rect->fBottom = -SK_ScalarMax;
H A DSkDrawExtraPathEffect.cpp243 SkIntToScalar(uvBounds.fRight), SkIntToScalar(uvBounds.fBottom));
/external/skia/src/core/
H A DSkPathRef.cpp451 fPoints[i].fY - fBounds.fBottom < SK_ScalarNearlyZero));
H A DSkBlitter.cpp347 if (y1 > fClipRect.fBottom) {
348 y1 = fClipRect.fBottom;
H A DSkPaint.cpp1164 bounds->fBottom = SkScalarMul(bounds->fBottom, scale);
1312 metrics->fBottom = SkScalarMul(metrics->fBottom, scale);
2375 src->fRight + radius, src->fBottom + radius);
/external/skia/src/effects/
H A DSkBicubicImageFilter.cpp121 for (int y = dstIRect.fTop; y < dstIRect.fBottom; ++y) {
/external/skia/src/gpu/effects/
H A DGrConvexPolyEffect.cpp162 rect.fRight - 0.5f, rect.fBottom - 0.5f);
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp235 rect->bottom = r.fBottom;
/external/chromium_org/skia/ext/
H A Dvector_platform_device_emf_win.cc123 rect.fBottom = SkIntToScalar(height() + 1);
199 SkScalarRoundToInt(rect.fBottom))) {
/external/chromium_org/third_party/skia/src/core/
H A DSkBlitter.cpp347 if (y1 > fClipRect.fBottom) {
348 y1 = fClipRect.fBottom;
H A DSkPaint.cpp1125 bounds->fBottom = SkScalarMul(bounds->fBottom, scale);
1273 metrics->fBottom = SkScalarMul(metrics->fBottom, scale);
2306 src->fRight + radius, src->fBottom + radius);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp264 { bounds.fLeft - quad[0].fX, bounds.fBottom - quad[0].fY },
265 { bounds.fRight - quad[0].fX, bounds.fBottom - quad[0].fY }
H A DRoundRectTest.cpp116 ninePatchRadii.fBottom);
161 REPORTER_ASSERT(reporter, 0 == r.fLeft && 0 == r.fTop && 0 == r.fRight && 0 == r.fBottom);
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp264 { bounds.fLeft - quad[0].fX, bounds.fBottom - quad[0].fY },
265 { bounds.fRight - quad[0].fX, bounds.fBottom - quad[0].fY }
H A DRoundRectTest.cpp116 ninePatchRadii.fBottom);
161 REPORTER_ASSERT(reporter, 0 == r.fLeft && 0 == r.fTop && 0 == r.fRight && 0 == r.fBottom);
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1115 { rect.fRight, rect.fBottom },
1116 { rect.fLeft, rect.fBottom },
1266 { r.fLeft, r.fBottom },
1267 { r.fRight, r.fBottom },
1406 SkScalarMul(SkIntToScalar(irect.fBottom), ppuScale->fY));

Completed in 4232 milliseconds

<<1112131415