OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clipBottom
(Results
1 - 5
of
5
) 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
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h
515
Length
clipBottom
() const { return visual->clip.bottom(); }
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 1371 milliseconds