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

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 32 int clipBottom;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.cpp 240 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom)
253 for (int y = clipBottom + 1; y > 0; --y) {
373 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom)
378 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom);
380 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom);
428 int clipBottom = paintSize.height() - m_kernelSize.height();
430 if (clipRight >= 0 && clipBottom >= 0) {
431 setInteriorPixels(paintingData, clipRight, clipBottom);
434 clipBottom += m_targetOffset.y() + 1;
437 if (clipBottom < paintSize.height()
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 468 Length clipBottom() const { return visual->clip.bottom(); }
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 125 milliseconds