OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canvasSize
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderHTMLCanvas.cpp
81
IntSize
canvasSize
= toHTMLCanvasElement(node())->size();
82
LayoutSize zoomedSize(
canvasSize
.width() * style()->effectiveZoom(),
canvasSize
.height() * style()->effectiveZoom());
/external/skia/bench/
PicturePlaybackBench.cpp
56
SkIPoint
canvasSize
= onGetSize();
57
return SkPoint::Make(SkIntToScalar((PICTURE_WIDTH -
canvasSize
.fX)/N),
58
SkIntToScalar((PICTURE_HEIGHT-
canvasSize
.fY)/N));
PictureRecordBench.cpp
103
SkIPoint
canvasSize
= onGetSize();
104
return SkPoint::Make(SkIntToScalar((PICTURE_WIDTH -
canvasSize
.fX)/M),
105
SkIntToScalar((PICTURE_HEIGHT-
canvasSize
.fY)/M));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
StretchesViewer.java
185
Point
canvasSize
= getSize();
187
mPadding.x = (
canvasSize
.x - width) / 2;
188
mPadding.y = (
canvasSize
.y - height) / 2;
ImageViewer.java
385
Point
canvasSize
= getSize();
392
if (mPadding.width <
canvasSize
.x) {
393
mPadding.x = (
canvasSize
.x - mPadding.width) / 2;
398
if (mPadding.height <
canvasSize
.y) {
399
mPadding.y = (
canvasSize
.y - mPadding.height) / 2;
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
673
SkISize
canvasSize
= this->getDeviceSize();
698
transformedRect.fRight < SkIntToScalar(
canvasSize
.fWidth) ||
699
transformedRect.fBottom < SkIntToScalar(
canvasSize
.fHeight)) {
705
SkIntToScalar(
canvasSize
.fWidth), SkIntToScalar(
canvasSize
.fHeight)));
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
673
SkISize
canvasSize
= this->getDeviceSize();
698
transformedRect.fRight < SkIntToScalar(
canvasSize
.fWidth) ||
699
transformedRect.fBottom < SkIntToScalar(
canvasSize
.fHeight)) {
705
SkIntToScalar(
canvasSize
.fWidth), SkIntToScalar(
canvasSize
.fHeight)));
[
all
...]
/external/skia/tests/
CanvasTest.cpp
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
857
Rectangle
canvasSize
= getClientArea();
858
int canvasWidth =
canvasSize
.width;
859
int canvasHeight =
canvasSize
.height;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp
672
IntSize
canvasSize
= clampedCanvasSize();
673
m_drawingBuffer->reset(
canvasSize
);
675
m_context->viewport(0, 0,
canvasSize
.width(),
canvasSize
.height());
676
m_context->scissor(0, 0,
canvasSize
.width(),
canvasSize
.height());
[
all
...]
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
Completed in 270 milliseconds