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

  /frameworks/base/libs/hwui/
DisplayListCanvas.cpp 267 float srcRight, float srcBottom, float dstLeft, float dstTop,
272 && (srcBottom - srcTop == dstBottom - dstTop)
276 translate(dstLeft, dstTop);
284 float scaleY = (dstBottom - dstTop) / (srcBottom - srcTop);
290 translate(dstLeft, dstTop);
294 dstTop = 0.0f;
300 dstLeft, dstTop, dstRight, dstBottom, paint));
308 dstLeft, dstTop, dstRight, dstBottom, paint));
324 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
330 dstLeft, dstTop, dstRight, dstBottom, paint))
    [all...]
RecordingCanvas.cpp 483 float srcRight, float srcBottom, float dstLeft, float dstTop,
488 && (srcBottom - srcTop == dstBottom - dstTop)
492 translate(dstLeft, dstTop);
497 Rect(dstLeft, dstTop, dstRight, dstBottom),
518 float dstLeft, float dstTop, float dstRight, float dstBottom,
521 Rect(dstLeft, dstTop, dstRight, dstBottom),
SkiaCanvas.cpp 142 float srcRight, float srcBottom, float dstLeft, float dstTop,
147 float dstLeft, float dstTop, float dstRight, float dstBottom,
640 float srcRight, float srcBottom, float dstLeft, float dstTop,
643 SkRect dstRect = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
745 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint) {
746 SkRect bounds = SkRect::MakeLTRB(dstLeft, dstTop, dstRight, dstBottom);
DisplayListCanvas.h 202 float srcRight, float srcBottom, float dstLeft, float dstTop,
207 float dstLeft, float dstTop, float dstRight, float dstBottom,
RecordingCanvas.h 183 float srcRight, float srcBottom, float dstLeft, float dstTop,
188 float dstLeft, float dstTop, float dstRight, float dstBottom,
DisplayListOp.h 714 float dstLeft, float dstTop, float dstRight, float dstBottom, const SkPaint* paint)
715 : DrawBoundedOp(dstLeft, dstTop, dstRight, dstBottom, paint),
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 768 long nativeBitmap, long ninePatch, final float dstLeft, final float dstTop,
783 image.getHeight(), (int) dstLeft, (int) dstTop, (int) dstRight,
805 chunkObject.draw(bitmapDelegate.getImage(), graphics, (int) dstLeft, (int) dstTop,
806 (int) (dstRight - dstLeft), (int) (dstBottom - dstTop), screenDensity,
838 float dstLeft, float dstTop, float dstRight, float dstBottom,
    [all...]
  /frameworks/base/libs/hwui/hwui/
Canvas.h 203 float srcRight, float srcBottom, float dstLeft, float dstTop,
208 float dstLeft, float dstTop, float dstRight, float dstBottom,
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 419 float dstLeft, float dstTop, float dstRight, float dstBottom,
433 dstLeft, dstTop, dstRight, dstBottom, &filteredPaint);
436 dstLeft, dstTop, dstRight, dstBottom, paint);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 429 int dsttop; member in struct:bvtileparams
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 744 ExplodedNodeSet &DstTop) {
749 StmtNodeBuilder Bldr(Pred, DstTop, *currBldrCtx);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]

Completed in 524 milliseconds