Home
last modified time | relevance | path

Searched defs:rr (Results 1 – 25 of 233) sorted by relevance

12345678910

/third_party/skia/src/core/
DSkRRectPriv.h18 static bool IsCircle(const SkRRect& rr) { in IsCircle()
22 static SkVector GetSimpleRadii(const SkRRect& rr) { in GetSimpleRadii()
27 static bool IsSimpleCircular(const SkRRect& rr) { in IsSimpleCircular()
35 static bool EqualRadii(const SkRRect& rr) { in EqualRadii()
39 static const SkVector* GetRadiiArray(const SkRRect& rr) { return rr.fRadii; } in GetRadiiArray()
48 static bool ContainsPoint(const SkRRect& rr, const SkPoint& p) { in ContainsPoint()
DSkScan.cpp30 SkIRect rr = r; in FillIRect() local
37 const SkIRect& rr = cliper.rect(); in FillIRect() local
/third_party/flutter/skia/src/core/
DSkRRectPriv.h18 static bool IsCircle(const SkRRect& rr) { in IsCircle()
22 static SkVector GetSimpleRadii(const SkRRect& rr) { in GetSimpleRadii()
27 static bool IsSimpleCircular(const SkRRect& rr) { in IsSimpleCircular()
31 static bool EqualRadii(const SkRRect& rr) { in EqualRadii()
35 static const SkVector* GetRadiiArray(const SkRRect& rr) { return rr.fRadii; } in GetRadiiArray()
DSkScan.cpp30 SkIRect rr = r; in FillIRect() local
37 const SkIRect& rr = cliper.rect(); in FillIRect() local
/third_party/openssl/crypto/cms/
Dcms_ess.c29 CMS_ReceiptRequest *rr; in IMPLEMENT_ASN1_FUNCTIONS() local
121 CMS_ReceiptRequest *rr; in CMS_ReceiptRequest_create0_ex() local
166 int CMS_add1_ReceiptRequest(CMS_SignerInfo *si, CMS_ReceiptRequest *rr) in CMS_add1_ReceiptRequest()
191 void CMS_ReceiptRequest_get0_values(CMS_ReceiptRequest *rr, in CMS_ReceiptRequest_get0_values()
255 CMS_ReceiptRequest *rr = NULL; in ossl_cms_Receipt_verify() local
384 CMS_ReceiptRequest *rr = NULL; in ossl_cms_encode_Receipt() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dttable.c97 static void disable(struct result *rr, int i, int src) in disable()
104 static void one_bit_all(struct result *rr, int num, int mask) in one_bit_all()
124 static void neighbour_same(struct result *rr, int num, int mask) in neighbour_same()
140 void optimizer(struct result *rr, int num) in optimizer()
166 struct result *rr = calloc(sizeof(struct result), 1U << ARRAY_SIZE(bits)); in table() local
/third_party/skia/tests/
DRRectInPathTest.cpp173 SkRRect rr; in test_tricky_radii() local
187 SkRRect rr; in test_tricky_radii() local
198 SkRRect rr; in test_empty_crbug_458524() local
216 SkRRect rr, rr2; in test_inset() local
245 SkRRect rr; in test_9patch_rrect() local
449 SkRRect rr; in test_mix() local
485 SkRRect rr; in DEF_TEST() local
/third_party/flutter/skia/tests/
DRRectInPathTest.cpp177 SkRRect rr; in test_tricky_radii() local
191 SkRRect rr; in test_tricky_radii() local
202 SkRRect rr; in test_empty_crbug_458524() local
220 SkRRect rr, rr2; in test_inset() local
249 SkRRect rr; in test_9patch_rrect() local
453 SkRRect rr; in test_mix() local
489 SkRRect rr; in DEF_TEST() local
DRoundRectTest.cpp16 SkRRect rr; in test_tricky_radii() local
29 SkRRect rr; in test_tricky_radii() local
39 SkRRect rr; in test_empty_crbug_458524() local
125 SkRRect rr, rr2; in test_inset() local
150 SkRRect rr; in test_9patch_rrect() local
381 static void test_direction(skiatest::Reporter* reporter, const SkRRect &rr, in test_direction()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrDefs.cpp26 namespace rr namespace
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPragmaInternals.hpp20 namespace rr { namespace
DEmulatedIntrinsics.hpp24 namespace rr { namespace
DOptimizer.hpp22 namespace rr { namespace
DOptimalIntrinsics.hpp21 namespace rr { namespace
Dx86.hpp20 namespace rr { namespace
DLLVMAsm.hpp24 namespace rr { namespace
DPragma.hpp18 namespace rr { namespace
DCPUID.hpp18 namespace rr { namespace
/third_party/flutter/skia/gm/
Dskbug_9319.cpp34 const auto rr = SkRRect::MakeRectXY(r, .1f, .1f); variable
/third_party/skia/gm/
Dskbug_9319.cpp34 const auto rr = SkRRect::MakeRectXY(r, .1f, .1f); variable
Dcrbug_1139750.cpp24 SkRRect rr = SkRRect::MakeRectXY(r, 1, 1); variable
/third_party/skia/include/core/
DSkRRect.h146 SkRRect rr; in MakeRect() local
159 SkRRect rr; in MakeOval() local
177 SkRRect rr; in MakeRectXY() local
/third_party/skia/docs/examples/
Dweird_RRect_bug.cpp16 SkRRect rr = SkRRect::MakeRectXY(r, 5, 5); in draw() local
Dbackdrop_blur_with_rrect_clip.cpp7 const SkRRect rr = SkRRect::MakeRectXY(r, 128, 128); in draw() local
/third_party/flutter/skia/include/core/
DSkRRect.h157 SkRRect rr; in MakeRect() local
170 SkRRect rr; in MakeOval() local
188 SkRRect rr; in MakeRectXY() local

12345678910