OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipBottom
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/include/private/hwui/
DrawGlInfo.h
32
int
clipBottom
;
/frameworks/base/libs/hwui/
CanvasState.h
90
float clipLeft, float clipTop, float clipRight, float
clipBottom
,
CanvasState.cpp
64
float clipRight, float
clipBottom
, const Vector3& lightCenter) {
74
mSnapshot->setClip(clipLeft, clipTop, clipRight,
clipBottom
);
BakedOpRenderer.cpp
363
info.
clipBottom
= clip.bottom;
OpenGLRenderer.cpp
240
info.
clipBottom
= clip.bottom;
[
all
...]
/frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp
65
aw_info.clip_bottom = gl_info->
clipBottom
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewThumbnail.java
272
void updateThumbnailVisibility(int
clipBottom
) {
273
boolean invisible = mTaskBar != null && (getHeight() -
clipBottom
) <= mTaskBar.getHeight();
TaskStackView.java
[
all
...]
/frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp
179
jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint
clipBottom
) {
223
FS_RECTF clip = {(float) clipLeft, (float) clipTop, (float) clipRight, (float)
clipBottom
};
/frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java
310
long transformPtr, int clipLeft, int clipTop, int clipRight, int
clipBottom
);
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
Completed in 309 milliseconds