OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clipRight
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/private/hwui/
DrawGlInfo.h
31
int
clipRight
;
/external/webkit/Source/WebCore/platform/graphics/filters/
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
...]
/external/webkit/Source/WebCore/rendering/style/
RenderStyle.h
466
Length
clipRight
() const { return visual->clip.right(); }
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 61 milliseconds