Searched refs:brd (Results 1 - 9 of 9) sorted by relevance
/third_party/skia/tests/ |
H A D | BRDTest.cpp | 42 auto brd = android::skia::BitmapRegionDecoder::Make(data); in DEF_TEST() local 44 if (!brd) ERRORF(r, "Failed to create BRD from %s", rec.name); in DEF_TEST() 46 if (brd) ERRORF(r, "Should *not* create BRD from %s", rec.name); in DEF_TEST()
|
/third_party/qrcodegen/java/ |
H A D | QrCodeGeneratorDemo.java | 233 long brd = border; in toSvgString() 238 qr.size + brd * 2)) in toSvgString() 246 sb.append(String.format("M%d,%dh1v1h-1z", x + brd, y + brd)); in toSvgString()
|
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/ |
H A D | QrCodeGeneratorDemo.java | 232 long brd = border; in toSvgString() 237 qr.size + brd * 2)) in toSvgString() 245 sb.append(String.format("M%d,%dh1v1h-1z", x + brd, y + brd)); in toSvgString()
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 209 auto brd = create_brd(fPath); in draw() local 210 if (nullptr == brd) { in draw() 211 return Result::Skip("Could not create brd for %s.", fPath.c_str()); in draw() 214 auto recommendedCT = brd->computeOutputColorType(colorType); in draw() 220 auto colorSpace = brd->computeOutputColorSpace(colorType, nullptr); in draw() 222 const uint32_t width = brd->width(); in draw() 223 const uint32_t height = brd->height(); in draw() 231 if (!brd->decodeRegion(&bitmap, nullptr, SkIRect::MakeXYWH(0, 0, width, height), in draw() 286 if (!brd->decodeRegion(&bitmap, nullptr, SkIRect::MakeXYWH(decodeLeft, in draw() 314 auto brd in size() local [all...] |
/third_party/skia/bench/ |
H A D | nanobench.cpp | 583 auto brd = android::skia::BitmapRegionDecoder::Make(encoded); in valid_brd_bench() local 584 if (nullptr == brd) { in valid_brd_bench() 589 if (sampleSize * minOutputSize > (uint32_t) brd->width() || sampleSize * minOutputSize > in valid_brd_bench() 590 (uint32_t) brd->height()) { in valid_brd_bench() 597 *width = brd->width(); in valid_brd_bench() 598 *height = brd->height(); in valid_brd_bench()
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 789 char *line_feed = " ", *flags,*peer = "brd"; in print_link_output() 1003 *brd = toybuf+768, *peer = toybuf+1024, *any = toybuf+1280, in print_addrinfo() local 1072 sprintf(brd, " brd %s", lbuf); in print_addrinfo() 1073 }else brd = ""; in print_addrinfo() 1082 printf("%s%s%s%s%s %c", family, brd, peer, scope, label, in print_addrinfo() 1112 {"remote", 2}, {"broadcast", 3}, {"brd", 4}, {"label", 5}, in ipaddrupdate()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | constants-ppc.h | 1291 V(brd, BRD, 0x7C000176)
|
H A D | macro-assembler-ppc.cc | 3580 brd(dst, val); in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 2161 __ brd(output, input); in AssembleArchInstruction()
|
Completed in 25 milliseconds