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

  /external/clang/test/Sema/
init-struct-qualified.c 9 extern NSSize canvasSize();
11 const NSRect canvasRect = { NSZeroPoint, canvasSize() };
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.cpp 73 IntSize canvasSize = static_cast<HTMLCanvasElement*>(node())->size();
74 IntSize zoomedSize(canvasSize.width() * style()->effectiveZoom(), canvasSize.height() * style()->effectiveZoom());
  /external/skia/bench/
PicturePlaybackBench.cpp 57 SkIPoint canvasSize = onGetSize();
58 return SkPoint::Make(SkIntToScalar((PICTURE_WIDTH - canvasSize.fX)/N),
59 SkIntToScalar((PICTURE_HEIGHT- canvasSize.fY)/N));
  /external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
tst_qgraphicswebview.cpp 536 QSize canvasSize(100, 100);
537 QImage reference(canvasSize, QImage::Format_ARGB32);
542 triangleUp << QPointF(0, canvasSize.height())
543 << QPointF(canvasSize.width(), canvasSize.height())
544 << QPointF(canvasSize.width() / 2.0, canvasSize.height() / 2.0);
555 QSize canvasSize(100, 100);
556 QImage reference(canvasSize, QImage::Format_ARGB32);
562 << QPointF(0, canvasSize.height()
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 156 SkISize canvasSize = getDeviceSize();
181 transformedRect.fRight < SkIntToScalar(canvasSize.fWidth) ||
182 transformedRect.fBottom < SkIntToScalar(canvasSize.fHeight)) {
193 bounds.fRight < canvasSize.fWidth ||
194 bounds.fBottom < canvasSize.fHeight)
  /external/skia/tests/
CanvasTest.cpp 694 SkISize canvasSize = referenceCanvas.getDeviceSize();
695 SkNWayCanvas nWayCanvas(canvasSize.width(), canvasSize.height());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 657 Rectangle canvasSize = getClientArea();
658 int canvasWidth = canvasSize.width;
659 int canvasHeight = canvasSize.height;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 247 milliseconds