HomeSort by relevance Sort by last modified time
    Searched full:dstleft (Results 1 - 14 of 14) sorted by null

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 206 float srcRight, float srcBottom, float dstLeft, float dstTop,
211 && (srcRight - srcLeft == dstRight - dstLeft)) {
214 translate(dstLeft, dstTop);
223 dstLeft, dstTop, dstRight, dstBottom, paint));
OpenGLRenderer.cpp     [all...]
DisplayListRenderer.h 112 float srcRight, float srcBottom, float dstLeft, float dstTop,
Renderer.h 179 float srcRight, float srcBottom, float dstLeft, float dstTop,
DisplayListOp.h 754 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
755 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
    [all...]
OpenGLRenderer.h 174 float srcRight, float srcBottom, float dstLeft, float dstTop,
    [all...]
  /frameworks/base/include/private/graphics/
Canvas.h 118 float srcRight, float srcBottom, float dstLeft, float dstTop,
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 356 float dstLeft, float dstTop, float dstRight, float dstBottom,
369 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
372 dstLeft, dstTop, dstRight, dstBottom, paint);
android_view_GLES20Canvas.cpp 368 float dstLeft, float dstTop, float dstRight, float dstBottom, jlong paintPtr) {
376 dstLeft, dstTop, dstRight, dstBottom, paint);
    [all...]
  /frameworks/base/core/jni/android/graphics/
SkiaCanvas.cpp 114 float srcRight, float srcBottom, float dstLeft, float dstTop,
569 float srcRight, float srcBottom, float dstLeft, float dstTop,
572 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 752 size_t srcleft, dstleft, rv; local
806 dstleft = len / 2;
809 &dst, &dstleft);
825 /* XXX dstleft should always be 0; assert it? */
826 sa->gssid->l = (len / 2) - dstleft;
2881 size_t dstleft = sa->gssid->l * 2; local
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 427 int dstleft; member in struct:bvtileparams
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 744 float dstLeft, float dstTop, float dstRight, float dstBottom,
754 (int)dstLeft, (int)dstTop, (int)dstRight, (int)dstBottom);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]

Completed in 728 milliseconds