Home | History | Annotate | Download | only in samplecode

Lines Matching refs:MakeLTRB

54         rect = SkRect::MakeLTRB(200-4, -4, 240+4, 4);
78 rect = SkRect::MakeLTRB(231.5f, -2.5f, 242.5, 2.5f);
118 rect = SkRect::MakeLTRB(-20-7, -7, 80+7, 7);
139 rect = SkRect::MakeLTRB(-56-5, -5, 224+5, 5);
161 rect = SkRect::MakeLTRB(-60-3, -3, 166+3, 3);
169 rect = SkRect::MakeLTRB(-20, -20, 20, 20);
179 rect = SkRect::MakeLTRB(-20+190, -20, 20+190, 20);
191 rect = SkRect::MakeLTRB(-6, -6, 6, 6);
198 rect = SkRect::MakeLTRB(-6, -6, 6, 6);
205 rect = SkRect::MakeLTRB(-284, -284, 284, 284);