Searched refs:kInset (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/gm/ |
H A D | flippity.cpp | 44 static const int kInset = 16; variable 127 0.0 != kPoints[i].fX ? kPoints[i].fX-kLabelSize-kInset : kInset, in make_reference_image() 128 0.0 != kPoints[i].fY ? kPoints[i].fY-kLabelSize-kInset : kInset); in make_reference_image() 184 SkRect::MakeXYWH(kInset, 0, kImageSize-kInset, kImageSize), in drawImageWithMatrixAndLabels() 185 SkRect::MakeXYWH(0, kInset, kImageSize, kImageSize-kInset), in drawImageWithMatrixAndLabels() 186 SkRect::MakeXYWH(0, 0, kImageSize-kInset, kImageSiz in drawImageWithMatrixAndLabels() [all...] |
H A D | lumafilter.cpp | 36 static SkScalar kInset = 10; variable 66 r.inset(kInset, 0); in draw_scene() 83 r.inset(0, kInset); in draw_scene() 143 SkScalar gridStep = kSize + 2 * kInset; 151 canvas->translate(kInset, gridStep * i + 30);
|
H A D | imagemagnifier.cpp | 89 constexpr SkScalar kInset = 64.0f; in DEF_SIMPLE_GM_BG() local 96 srcRect, kInset, std::move(imageSource), &cropRect)); in DEF_SIMPLE_GM_BG()
|
Completed in 1 milliseconds