/frameworks/base/include/private/hwui/ |
DrawGlInfo.h | 32 int clipBottom;
|
/external/chromium_org/third_party/WebKit/Source/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 | 254 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) 266 // Skip the first '(clipBottom - yEnd)' lines 267 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4); 268 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4); 394 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) 399 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd); 401 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd); 416 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd); 449 int clipBottom = paintSize.height() - m_kernelSize.height(); 451 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 | 105 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 | 536 Length clipBottom() const { return visual->clip.bottom(); } [all...] |