Searched refs:kBitmapSize (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/gm/ |
H A D | bigtileimagefilter.cpp | 59 fRedImage = create_circle_texture(kBitmapSize, SK_ColorRED); 60 fGreenImage = create_circle_texture(kBitmapSize, SK_ColorGREEN); 73 SkRect::MakeIWH(kBitmapSize, kBitmapSize), SkRect::MakeIWH(kWidth, kHeight), 85 const SkRect bound2 = SkRect::MakeIWH(kBitmapSize, kBitmapSize); 88 SkRect::MakeIWH(kBitmapSize, kBitmapSize), 89 SkRect::MakeIWH(kBitmapSize, kBitmapSize), 110 inline static constexpr int kBitmapSize = 64; global() member in skiagm::BigTileImageFilterGM [all...] |
H A D | androidblendmodes.cpp | 40 return SkISize::Make(kNumCols * kBitmapSize, kNumRows * kBitmapSize); 44 SkImageInfo ii = SkImageInfo::MakeN32Premul(kBitmapSize, kBitmapSize); 105 xOffset + kBitmapSize/2.0f, 106 yOffset + kBitmapSize, 118 static const int kBitmapSize = 256; member in skiagm::AndroidBlendModesGM
|
/third_party/skia/tools/ |
H A D | chrome_fuzz.cpp | 13 static const int kBitmapSize = 24; variable 46 0, 0, SkIntToScalar(kBitmapSize), SkIntToScalar(kBitmapSize))); in run_test_case() 73 bitmap.allocN32Pixels(kBitmapSize, kBitmapSize); in main()
|
/third_party/skia/tests/ |
H A D | SerializationTest.cpp | 34 static const int kBitmapSize = 256; variable 378 SkIRect canvasRect = SkIRect::MakeWH(kBitmapSize, kBitmapSize); in serialize_and_compare_typeface() 488 bitmap->allocN32Pixels(kBitmapSize, kBitmapSize); in setup_bitmap_for_canvas() 501 const int i = kBitmapSize / 8; in make_checkerboard_image() 503 for (int y = 0; y < kBitmapSize; y += i) { in make_checkerboard_image() 504 for (int x = 0; x < kBitmapSize; x += i) { in make_checkerboard_image() 526 canvas->drawCircle(SkIntToScalar(kBitmapSize/2), SkIntToScalar(kBitmapSize/ in draw_something() [all...] |
H A D | ImageFilterTest.cpp | 33 static const int kBitmapSize = 4; variable 276 auto surface(SkSurface::MakeRasterN32Premul(kBitmapSize, kBitmapSize)); in make_small_image() 283 const int kRectSize = kBitmapSize / 4; in make_small_image() 284 static_assert(kBitmapSize % 4 == 0, "bitmap size not multiple of 4"); in make_small_image() 286 for (int y = 0; y < kBitmapSize; y += kRectSize) { in make_small_image() 287 for (int x = 0; x < kBitmapSize; x += kRectSize) { in make_small_image() 432 result.allocN32Pixels(kBitmapSize, kBitmapSize); in DEF_TEST() 439 SkRect rect = SkRect::Make(SkIRect::MakeWH(kBitmapSize, kBitmapSiz in DEF_TEST() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | object-start-bitmap.h | 75 static constexpr size_t kBitmapSize = member in v8::internal::ObjectStartBitmap 79 ((kBitmapSize + kAllocationMask) & ~kAllocationMask); 156 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | object-start-bitmap.h | 82 static constexpr size_t kBitmapSize = member in cppgc::internal::ObjectStartBitmap 86 ((kBitmapSize + kAllocationMask) & ~kAllocationMask); 185 DCHECK_GT(kBitmapSize, *cell_index); in ObjectStartIndexAndBit()
|
Completed in 6 milliseconds