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

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 32 int clipBottom;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.h 94 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
114 int clipBottom;
FEConvolveMatrix.cpp 258 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
270 // Skip the first '(clipBottom - yEnd)' lines
271 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
272 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
398 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
403 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd);
405 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd);
420 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
453 int clipBottom = paintSize.height() - m_kernelSize.height();
455 if (clipRight >= 0 && clipBottom >= 0)
    [all...]
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 63 aw_info.clip_bottom = gl_info->clipBottom;
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContents.java     [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 424 info.clipBottom = 0;
468 info.clipBottom = clip.bottom;
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp 107 state.style()->setClip(parentStyle->clipTop(), parentStyle->clipRight(), parentStyle->clipBottom(), parentStyle->clipLeft());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 515 Length clipBottom() const { return visual->clip.bottom(); }
    [all...]

Completed in 343 milliseconds