HomeSort by relevance Sort by last modified time
    Searched refs:fRight (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.cpp 222 if (fX < bounds.fLeft || fX > bounds.fRight || fY < bounds.fTop || fY > bounds.fBottom)
233 SkScalar biggestCoord = std::max(std::max(std::max(bounds.fRight, bounds.fBottom), -bounds.fLeft), -bounds.fTop);
GraphicsContextSkia.cpp 136 SkPoint bottomright = {rc.fRight, rc.fBottom};
199 ir.offset(rect.fRight - ir.fRight, rect.fBottom - ir.fBottom);
208 ir.offset(rect.fRight - ir.fRight, rect.fTop - ir.fTop);
704 r.fRight = r.fLeft + WebCoreFloatToSkScalar(width);
    [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkEdgeBuilder.cpp 76 SkIntToScalar(src.fRight >> shift),
SkConcaveToTriangles.cpp 95 const Vertex* right() const { return fRight; }
98 Vertex* right() { return fRight; }
101 void setRight(Vertex *right) { fRight = right; }
109 Vertex *fLeft, *fRight, *fBottom;
    [all...]
SkRasterClip.cpp 157 is_integral(r.fRight) && is_integral(r.fBottom)) {
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 162 m_visibleContentRect.fRight, m_visibleContentRect.fBottom,
320 visibleContentRect.fRight,
328 visibleContentRect.fRight, visibleContentRect.fBottom);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 81 retval.fRight = retval.fLeft + controlSize - 1;
104 , m_right(m_irect.fRight)
220 m_irect.fRight - indentRight,
  /external/skia/src/gpu/
GrContext.cpp 656 verts[2].set(rect.fRight - rad, rect.fTop + rad);
657 verts[3].set(rect.fRight + rad, rect.fTop - rad);
658 verts[4].set(rect.fRight - rad, rect.fBottom - rad);
659 verts[5].set(rect.fRight + rad, rect.fBottom + rad);
668 pts->setRectFan(r.fLeft + dx, r.fTop + dy, r.fRight - dx, r.fBottom - dy, stride);
880 GrScalarIsInt(r.fRight) && GrScalarIsInt(r.fBottom);
    [all...]
SkGpuDevice.cpp 345 GrIntToScalar(skBounds.fRight),
751 rect->fRight *= xScale;
836 srcRect.fRight, srcRect.fTop, halfWidthX, srcRect.height());
874 srcRect.fRight, srcRect.fTop, 1, srcRect.height());
    [all...]
  /external/skia/samplecode/
SampleDitherBitmap.cpp 26 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
SampleRegion.cpp 65 dst->fRight = (int)::roundf(src.fRight * scale);
SampleTextOnPath.cpp 82 SkScalarToFloat(r.fRight),
86 SkScalarToFloat(bounds.fRight),
SampleGradients.cpp 15 SkPoint pts[] = { { r.fLeft, r.fTop }, { r.fRight, r.fTop } };
SampleLayers.cpp 49 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
SampleStrokePath.cpp 61 src.fBounds.fRight, src.fBounds.fBottom, radius);
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 104 src.fRight + fRadius, src.fBottom + fRadius);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.cpp 66 x += w - m_fixedMarginRight.calcFloatValue(w) - m_fixedRight.calcFloatValue(w) - m_fixedRect.fRight;
CanvasLayer.cpp 95 diff.fRight += offset.x();
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 134 m_pluginBounds.fRight, m_pluginBounds.fBottom);
424 m_pluginBounds.fRight, m_pluginBounds.fBottom);
545 m_pluginBounds.fRight, m_pluginBounds.fBottom,
547 pluginRect.fRight, pluginRect.fBottom);
  /frameworks/base/core/jni/android/graphics/
Region.cpp 132 dst->fRight = (int)::roundf(src.fRight * scale);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TileGrid.cpp 344 rect.fRight = rect.fLeft + tileWidth;
401 rect.fRight = rect.fLeft + tileWidth * r.width();
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 177 rc.fRight = SkIntToScalar(ps.width());
  /external/skia/android_sample/SampleApp/jni/
sample-jni.cpp 74 rect.fLeft, rect.fTop, rect.fRight, rect.fBottom);
  /external/skia/src/animator/
SkPathParts.cpp 220 SK_MEMBER_ALIAS(right, fRect.fRight, Float),

Completed in 745 milliseconds

1 23 4 5