Lines Matching refs:rect
1090 HRESULT SkXPSDevice::createXpsRect(const SkRect& rect, BOOL stroke, BOOL fill,
1093 { rect.fLeft, rect.fTop },
1094 { rect.fRight, rect.fTop },
1095 { rect.fRight, rect.fBottom },
1096 { rect.fLeft, rect.fBottom },
1188 //Path the rect if we can't optimize it.
1200 "Could not create shaded path for rect.");
1205 "Could not create shaded geometry for rect.");
1209 "Could not set shaded geometry for rect.");
1223 "Could not set transform for rect.");
1247 "Could not get shaded figures for rect.");
1251 "Could not add shaded figure for rect.");
1258 "Could not get current visuals for rect.");
1260 "Could not add rect to current visuals.");