| /third_party/skia/src/core/ |
| D | SkRRectPriv.h | 18 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()
|
| D | SkScan.cpp | 30 SkIRect rr = r; in FillIRect() local 37 const SkIRect& rr = cliper.rect(); in FillIRect() local
|
| /third_party/flutter/skia/src/core/ |
| D | SkRRectPriv.h | 18 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()
|
| D | SkScan.cpp | 30 SkIRect rr = r; in FillIRect() local 37 const SkIRect& rr = cliper.rect(); in FillIRect() local
|
| /third_party/openssl/crypto/cms/ |
| D | cms_ess.c | 29 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/ |
| D | ttable.c | 97 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/ |
| D | RRectInPathTest.cpp | 173 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/ |
| D | RRectInPathTest.cpp | 177 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
|
| D | RoundRectTest.cpp | 16 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/ |
| D | rrDefs.cpp | 26 namespace rr namespace
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | PragmaInternals.hpp | 20 namespace rr { namespace
|
| D | EmulatedIntrinsics.hpp | 24 namespace rr { namespace
|
| D | Optimizer.hpp | 22 namespace rr { namespace
|
| D | OptimalIntrinsics.hpp | 21 namespace rr { namespace
|
| D | x86.hpp | 20 namespace rr { namespace
|
| D | LLVMAsm.hpp | 24 namespace rr { namespace
|
| D | Pragma.hpp | 18 namespace rr { namespace
|
| D | CPUID.hpp | 18 namespace rr { namespace
|
| /third_party/flutter/skia/gm/ |
| D | skbug_9319.cpp | 34 const auto rr = SkRRect::MakeRectXY(r, .1f, .1f); variable
|
| /third_party/skia/gm/ |
| D | skbug_9319.cpp | 34 const auto rr = SkRRect::MakeRectXY(r, .1f, .1f); variable
|
| D | crbug_1139750.cpp | 24 SkRRect rr = SkRRect::MakeRectXY(r, 1, 1); variable
|
| /third_party/skia/include/core/ |
| D | SkRRect.h | 146 SkRRect rr; in MakeRect() local 159 SkRRect rr; in MakeOval() local 177 SkRRect rr; in MakeRectXY() local
|
| /third_party/skia/docs/examples/ |
| D | weird_RRect_bug.cpp | 16 SkRRect rr = SkRRect::MakeRectXY(r, 5, 5); in draw() local
|
| D | backdrop_blur_with_rrect_clip.cpp | 7 const SkRRect rr = SkRRect::MakeRectXY(r, 128, 128); in draw() local
|
| /third_party/flutter/skia/include/core/ |
| D | SkRRect.h | 157 SkRRect rr; in MakeRect() local 170 SkRRect rr; in MakeOval() local 188 SkRRect rr; in MakeRectXY() local
|