Home
last modified time | relevance | path

Searched defs:rect (Results 51 - 75 of 844) sorted by relevance

12345678910>>...34

/third_party/skia/docs/examples/
H A DRect_makeSorted.cpp7 SkRect rect = { 30.5f, 50.5f, 20.5f, 10.5f }; in REG_FIDDLE() local
H A DRect_roundIn.cpp7 SkRect rect = { 30.5f, 50.5f, 40.5f, 60.5f }; in REG_FIDDLE() local
H A DRect_round.cpp7 SkRect rect = { 30.5f, 50.5f, 40.5f, 60.5f }; in REG_FIDDLE() local
H A Drotations.cpp8 SkRect rect = SkRect::MakeXYWH(0, 0, 200, 100); in REG_FIDDLE() local
H A DRect_toQuad.cpp7 SkRect rect = {1, 2, 3, 4}; in REG_FIDDLE() local
H A DRect_dumpHex.cpp7 SkRect rect = {6.f / 7, 2.f / 3, 26.f / 10, 42.f / 6}; in REG_FIDDLE() local
H A DRect_contains_3.cpp7 SkRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DRect_contains_2.cpp7 SkRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DRect_contains.cpp7 SkRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DRect_dump_2.cpp7 SkRect rect = {6.f / 7, 2.f / 3, 26.f / 10, 42.f / 6}; in REG_FIDDLE() local
H A DCanvas_drawIRect.cpp7 SkIRect rect = { 64, 48, 192, 160 }; in REG_FIDDLE() local
H A DIRect_MakeSize.cpp8 SkIRect rect = SkIRect::MakeSize(size.toRound()); in REG_FIDDLE() local
H A DCanvas_scale.cpp8 SkRect rect = { 10, 20, 60, 120 }; in REG_FIDDLE() local
H A DCanvas_save.cpp8 SkRect rect = { 0, 0, 25, 25 }; in REG_FIDDLE() local
H A DIRect_size.cpp13 SkIRect rect = {20, 30, 40, 50}; in REG_FIDDLE() local
[all...]
H A DCanvas_concat.cpp10 SkRect rect[2] = {{ 10, 20, 90, 110 }, { 40, 130, 140, 180 }}; in REG_FIDDLE() local
H A DIRect_makeSorted.cpp7 SkIRect rect = { 30, 50, 20, 10 }; in REG_FIDDLE() local
H A DIRect_containsNoEmptyCheck_2.cpp7 SkIRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DIRect_contains_4.cpp7 SkIRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DIRect_contains_3.cpp7 SkIRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
H A DIRect_contains.cpp7 SkIRect rect = { 30, 50, 40, 60 }; in REG_FIDDLE() local
/third_party/skia/gm/
H A Dtilemodes_alpha.cpp29 SkRect rect = SkRect::MakeXYWH(128 * x + 1, 128 * y + 1, 126, 126); in DEF_SIMPLE_GM() local
/third_party/skia/include/utils/
H A DSkNoDrawCanvas.h34 void resetCanvas(const SkIRect& rect) { this->resetForNextPicture(rect); } in resetCanvas() argument
/third_party/skia/src/core/
H A DSkValidationUtils.h23 static inline bool SkIsValidIRect(const SkIRect& rect) { in SkIsValidIRect() argument
29 static inline bool SkIsValidRect(const SkRect& rect) { in SkIsValidRect() argument
[all...]
/third_party/skia/samplecode/
H A DSampleManyRects.cpp33 SkRect rect = SkRect::MakeWH(SkIntToScalar(fRandom.nextRangeU(10, 100)), variable

Completed in 5 milliseconds

12345678910>>...34