HomeSort by relevance Sort by last modified time
    Searched refs:clipRight (Results 1 - 9 of 9) sorted by null

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 31 int clipRight;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 95 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom);
103 ALWAYS_INLINE void setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom);
FEConvolveMatrix.cpp 240 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom)
245 int kernelIncrease = clipRight * 4;
254 for (int x = clipRight + 1; x > 0; --x) {
373 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom)
378 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom);
380 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom);
427 int clipRight = paintSize.width() - m_kernelSize.width();
430 if (clipRight >= 0 && clipBottom >= 0) {
431 setInteriorPixels(paintingData, clipRight, clipBottom);
433 clipRight += m_targetOffset.x() + 1
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 788 info->clipRight - info->clipLeft,
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 286 info.clipRight = 0;
335 info.clipRight = clip.right;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 466 Length clipRight() const { return visual->clip.right(); }
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 1921 milliseconds