HomeSort by relevance Sort by last modified time
    Searched refs:ry (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /external/skia/src/core/
SkScan_Antihair.cpp 924 SkScalar ry = SkScalarHalf(strokeSize.fY);
928 FDot8 outerT = SkScalarToFDot8(r.fTop - ry);
930 FDot8 outerB = SkScalarToFDot8(r.fBottom + ry);
949 ry = strokeSize.fY - ry;
953 FDot8 innerT = SkScalarToFDot8(r.fTop + ry);
955 FDot8 innerB = SkScalarToFDot8(r.fBottom - ry);
SkPath.cpp     [all...]
  /development/perftests/panorama/feature_stab/src/dbreg/
dbstabsmooth.cpp 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h)
297 if (py < ry)
299 if (py >= ry + h)
  /external/skia/include/core/
SkPath.h 540 * @param rx,ry The radii in the x and y directions respectively.
549 void arcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
561 * @param rx,ry The radii in the x and y directions respectively.
570 void rArcTo(SkScalar rx, SkScalar ry, SkScalar xAxisRotate, ArcSize largeArc,
745 * @param ry The y-radius of the rounded corners on the round-rectangle
748 void addRoundRect(const SkRect& rect, SkScalar rx, SkScalar ry,
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h)
297 if (py < ry)
299 if (py >= ry + h)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); local
604 graphics.drawLine(x2, y2, rx, ry);
608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
609 graphics.drawLine(x2, y2, rx, ry);
  /frameworks/base/libs/hwui/
RecordingCanvas.h 78 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
165 float rx, float ry, const SkPaint& paint) override;
RecordingCanvas.cpp 358 float rx, float ry, const SkPaint& paint) {
359 if (CC_LIKELY(MathUtils::isPositive(rx) || MathUtils::isPositive(ry))) {
364 refPaint(&paint), rx, ry)); local
373 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
380 mDisplayList->ref(ry);
388 &rx->value, &ry->value));
DisplayListCanvas.cpp 351 float rx, float ry, const SkPaint& paint) {
352 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint)));
358 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
365 mDisplayList->ref(ry);
369 &right->value, &bottom->value, &rx->value, &ry->value, &paint->value));
PathCache.cpp 462 float rx, float ry, const SkPaint* paint) {
467 entry.shape.roundRect.mRy = ry;
475 path.addRoundRect(r, rx, ry, SkPath::kCW_Direction);
DisplayListCanvas.h 86 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry,
186 float rx, float ry, const SkPaint& paint) override;
PathCache.h 195 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
  /external/opencv/cv/src/
cvsubdivision2d.cpp 524 float ry = (float) rect.y; local
540 subdiv->topleft = cvPoint2D32f( rx, ry );
541 subdiv->bottomright = cvPoint2D32f( rx + rect.width, ry + rect.height );
543 ppA = cvPoint2D32f( rx + big_coord, ry );
544 ppB = cvPoint2D32f( rx, ry + big_coord );
545 ppC = cvPoint2D32f( rx - big_coord, ry - big_coord );
  /external/opencv3/modules/imgproc/src/
subdivision2d.cpp 490 float ry = (float)rect.y; local
498 topLeft = Point2f( rx, ry );
499 bottomRight = Point2f( rx + rect.width, ry + rect.height );
501 Point2f ppA( rx + big_coord, ry );
502 Point2f ppB( rx, ry + big_coord );
503 Point2f ppC( rx - big_coord, ry - big_coord );
  /external/libvncserver/libvncclient/
tight.c 92 HandleTightBPP (rfbClient* client, int rx, int ry, int rw, int rh)
134 FillRectangle(client, rx, ry, rw, rh, fill_colour);
146 return DecompressJpegRectBPP(client, rx, ry, rw, rh);
201 CopyRectangle(client, (uint8_t *)buffer2, rx, ry, rw, rh);
280 CopyRectangle(client, (uint8_t *)buffer2, rx, ry+rowsProcessed, rw, numRows);
zrle.c 84 HandleZRLE (rfbClient* client, int rx, int ry, int rw, int rh)
201 int result=HandleZRLETile(client,buf,remaining,rx+i,ry+j,subWidth,subHeight);
h264.c 109 HandleH264 (rfbClient* client, int rx, int ry, int rw, int rh)
114 DebugLog(("Framebuffer update with H264 (x: %d, y: %d, w: %d, h: %d)\n", rx, ry, rw, rh));
158 DebugLog((" updating rectangle (%d, %d)-(%d, %d)\n", rx, ry, rw, rh));
159 put_updated_rectangle(client, rx, ry, rw, rh, hdr.width, hdr.height, hdr.nBytes != 0);
  /external/pdfium/third_party/libopenjpeg20/
mct.c 217 const __m128i ry = _mm_set1_epi32(2449); local
237 lo = _mm_mul_epi32(lo, ry);
238 hi = _mm_mul_epi32(hi, ry);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1000 LLVMValueRef rx, ry, rz; local
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 110 __s16 ry, rcr, rcb; member in struct:omap_dss_cconv_coefs
  /frameworks/base/graphics/java/android/graphics/
Canvas.java     [all...]
  /development/ndk/platforms/android-21/arch-mips/include/asm/
inst.h 797 BITFIELD_FIELD(unsigned int ry : 3,
814 BITFIELD_FIELD(unsigned int ry : 3,
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
inst.h 797 BITFIELD_FIELD(unsigned int ry : 3,
814 BITFIELD_FIELD(unsigned int ry : 3,
  /external/skia/samplecode/
SamplePathFuzz.cpp 384 SkScalar rx = makeScalar(), ry = makeScalar(); local
386 path.addRoundRect(rect, rx, ry, dir);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 377 float bottom, float rx, float ry, int dir) {
385 left, top, right - left, bottom - top, rx * 2, ry * 2), false);

Completed in 621 milliseconds

1 23 4 5 6 7 8