HomeSort by relevance Sort by last modified time
    Searched refs:clipRight (Results 1 - 12 of 12) 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...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java 777 int clipLeft = 0, clipRight = getWidth();
795 if (vleft < clipRight) clipRight = vleft;
798 canvas.clipRect(clipLeft, 0, clipRight, getHeight());
809 canvas.drawRect(clipLeft, 0, clipRight, getHeight(), mScrimPaint);
    [all...]
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 811 info->clipRight - info->clipLeft,
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBox.cpp     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 406 info.clipRight = 0;
455 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...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 377 milliseconds