HomeSort by relevance Sort by last modified time
    Searched refs:clipRight (Results 1 - 24 of 24) sorted by null

  /frameworks/base/include/private/hwui/
DrawGlInfo.h 31 int clipRight;
  /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);
115 int clipRight;
FEConvolveMatrix.cpp 262 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
266 int kernelIncrease = clipRight * 4;
275 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
276 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
279 for (int x = clipRight + 1; x > 0; --x) {
402 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
407 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd);
409 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd);
424 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
456 int clipRight = paintSize.width() - m_kernelSize.width()
    [all...]
  /frameworks/base/libs/hwui/
StatefulBaseRenderer.h 55 void initializeSaveStack(float clipLeft, float clipTop, float clipRight, float clipBottom,
StatefulBaseRenderer.cpp 38 float clipRight, float clipBottom, const Vector3& lightCenter) {
41 mSnapshot->setClip(clipLeft, clipTop, clipRight, clipBottom);
OpenGLRenderer.cpp 367 info.clipRight = clip.right;
    [all...]
  /frameworks/webview/chromium/plat_support/
draw_gl_functor.cpp 64 aw_info.clip_right = gl_info->clipRight;
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 174 jlong transformPtr, jint clipLeft, jint clipTop, jint clipRight, jint clipBottom) {
214 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);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 910 var clipRight = showRight ? 20 : 0;
932 if (clipRight == 0 && origWidth == 0) {
933 clipRight = 1;
935 clipRight = this.fixZoomSum_(left, clipRight + origWidth);
944 'rect(' + [clipTop, clipRight, clipBottom, clipLeft].join('px ') + 'px)';
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
DrawerLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [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 539 const Length& clipRight() const { return visual->clip.right(); }
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 529 milliseconds