HomeSort by relevance Sort by last modified time
    Searched refs:ibounds (Results 1 - 14 of 14) sorted by null

  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 209 GrIRect ibounds; local
224 bounds.roundOut(&ibounds);
225 if (SkIRect::Intersects(devClipBounds, ibounds)) {
235 bounds.roundOut(&ibounds);
236 if (SkIRect::Intersects(devClipBounds, ibounds)) {
261 bounds.roundOut(&ibounds);
262 if (SkIRect::Intersects(devClipBounds, ibounds)) {
289 bounds.roundOut(&ibounds);
290 if (SkIRect::Intersects(devClipBounds, ibounds)) {
  /external/skia/legacy/src/core/
SkScan_Hairline.cpp 260 SkIRect ibounds;
261 path.getBounds().roundOut(&ibounds);
262 ibounds.inset(-1, -1);
264 if (rclip.quickReject(ibounds)) {
267 if (!rclip.quickContains(ibounds)) {
SkCanvas.cpp 1225 SkIRect ibounds; local
    [all...]
SkAAClip.cpp 1291 SkIRect ibounds; local
    [all...]
SkDraw.cpp 519 SkIRect ibounds; local
527 bounds.roundOut(&ibounds);
528 return bounder->doIRect(ibounds);
    [all...]
  /external/skia/src/core/
SkScan_Hairline.cpp 284 SkIRect ibounds;
285 path.getBounds().roundOut(&ibounds);
286 ibounds.inset(-1, -1);
288 if (rclip.quickReject(ibounds)) {
291 if (!rclip.quickContains(ibounds)) {
SkCanvas.cpp 1386 SkIRect ibounds; local
    [all...]
SkAAClip.cpp 1310 SkIRect ibounds; local
    [all...]
SkDraw.cpp 558 SkIRect ibounds; local
566 bounds.roundOut(&ibounds);
567 return bounder->doIRect(ibounds);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 1057 WebCore::IntRect ibounds = calculateFinalBounds(untranslatedBounds); local
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 969 SkIRect ibounds; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 460 milliseconds