OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zoomed
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/mesa/swrast/
s_zoom.c
44
* \param x0, x1 returned X bounds of
zoomed
region [x0, x1)
45
* \param y0, y1 returned Y bounds of
zoomed
region [y0, y1)
46
* \return GL_TRUE if any
zoomed
pixels visible, GL_FALSE if totally clipped
103
* Convert a
zoomed
x image coordinate back to an unzoomed x coord.
104
* 'zx' is screen position of a pixel in the
zoomed
image, who's left edge
135
SWspan
zoomed
;
local
159
INIT_SPAN(
zoomed
, GL_BITMAP);
160
zoomed
.x = x0;
161
zoomed
.end = zoomedWidth;
162
zoomed
.array = swrast->ZoomedArrays
[
all
...]
/external/skia/samplecode/
SampleFilterQuality.cpp
237
sk_sp<SkImage>
zoomed
(zoom_up(surface.get(), orig.get()));
238
origCanvas->drawImage(
zoomed
.get(),
239
SkScalarHalf(fCell.width() -
zoomed
->width()),
240
SkScalarHalf(fCell.height() -
zoomed
->height()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
431
Boolean
zoomed
= coordinator.isEditorMaximized();
432
if (mWasZoomed !=
zoomed
) {
439
mWasZoomed =
zoomed
;
806
* resolution render of the device is
zoomed
before being shown on the
[
all
...]
/external/v8/tools/turbolizer/
graph-view.js
150
graph.
zoomed
.call(graph);
945
zoomed
(){
Completed in 219 milliseconds