HomeSort by relevance Sort by last modified time
    Searched refs:zoom (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /frameworks/av/media/libaudioclient/aidl/android/media/
IAudioRecord.aidl 44 /* Set the microphone zoom (for processing).
46 void setPreferredMicrophoneFieldDimension(float zoom);
  /external/pdfium/core/fpdfdoc/
cpdf_dest_unittest.cpp 20 float zoom; local
29 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
34 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
37 array->AddNew<CPDF_Number>(6); // Zoom.
40 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
46 EXPECT_EQ(6, zoom);
48 // Set zoom to 0.
52 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
61 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
opacity-filter.css 7 zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
markermanager.js 44 * @property {Number} maxZoom Sets the maximum zoom level monitored by a
45 * marker manager. If not given, the manager assumes the maximum map zoom
68 * {Number} maxZoom The maximum zoom level for which to create tiles.
95 // Find max zoom level
190 * Initializes MarkerManager arrays for all zoom levels
195 for (var zoom = 0; zoom <= this.maxZoom_; ++zoom) {
196 this.grid_[zoom] = {};
197 this.numMarkers_[zoom] = 0
    [all...]
  /external/python/cpython3/Lib/idlelib/idle_test/
test_zoomheight.py 30 zoom = zoomheight.ZoomHeight(self.editwin)
31 self.assertIs(zoom.editwin, self.editwin)
34 zoom = zoomheight.ZoomHeight(self.editwin)
35 zoom.zoom_height_event()
  /external/skia/bench/
SKPAnimationBench.cpp 53 virtual const char* getTag() { return "zoom"; }
59 SkScalar zoom = static_cast<SkScalar>(pow(fZoomMax, t)); local
64 drawMatrix->preScale(zoom, zoom);
  /external/skqp/bench/
SKPAnimationBench.cpp 53 virtual const char* getTag() { return "zoom"; }
59 SkScalar zoom = static_cast<SkScalar>(pow(fZoomMax, t)); local
64 drawMatrix->preScale(zoom, zoom);
  /external/ImageMagick/Magick++/demo/
demos.tap 27 ./zoom -filter $filter -geometry 600x600 ${SRCDIR}/model.miff zoom_${filter}_out.miff && echo "ok" || echo "not ok"
  /external/libaom/libaom/examples/
analyzer.cc 178 int zoom; member in class:AnalyzerPanel
186 // The display size is the decode size, scaled by the zoom.
207 bool setZoom(int zoom);
220 : wxPanel(parent), path(path), zoom(0), pixels(NULL),
304 for (int v = 0; v < zoom; v++) {
306 for (int u = 0; u < zoom; u++) {
325 p += zoom * 3;
337 p_row += zoom * p_stride;
389 int AnalyzerPanel::getDisplayWidth() const { return zoom * decoder.getWidth(); }
392 return zoom * decoder.getHeight()
    [all...]
  /external/autotest/frontend/client/src/autotest/public/
standard.css 111 zoom: 1;
129 zoom: 1;
152 zoom: 1;
157 zoom: 1;
162 zoom: 1;
167 zoom: 1;
  /cts/apps/CameraITS/tests/scene1/
test_crop_region_raw.py 53 zoom = min(3.0, its.objects.get_max_digital_zoom(props))
54 assert(zoom >= 1)
55 cropw = aw / zoom
56 croph = ah / zoom
test_multi_camera_match.py 67 zoom = avail_fls[0] / fl
73 assert zoom >= 1
74 cropw = aw / zoom
75 croph = ah / zoom
  /external/skia/samplecode/
SampleFatBits.cpp 101 void setWHZ(int width, int height, int zoom) {
104 fZoom = zoom;
105 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
106 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
107 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom);
108 fShader0 = sk_tool_utils::create_checkerboard_shader(0xFFDDDDDD, 0xFFFFFFFF, zoom);
114 info = info.makeWH(width * zoom, height * zoom)
    [all...]
SampleQuadStroker.cpp 280 void setWHZ(int width, int height, int zoom) {
281 fZoom = zoom;
282 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
283 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
284 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom);
285 fShader = sk_tool_utils::create_checkerboard_shader(0xFFCCCCCC, 0xFFFFFFFF, zoom);
289 info = info.makeWH(width * zoom, height * zoom)
    [all...]
  /external/skqp/samplecode/
SampleFatBits.cpp 101 void setWHZ(int width, int height, int zoom) {
104 fZoom = zoom;
105 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
106 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
107 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom);
108 fShader0 = sk_tool_utils::create_checkerboard_shader(0xFFDDDDDD, 0xFFFFFFFF, zoom);
114 info = info.makeWH(width * zoom, height * zoom)
    [all...]
SampleQuadStroker.cpp 280 void setWHZ(int width, int height, int zoom) {
281 fZoom = zoom;
282 fBounds.set(0, 0, SkIntToScalar(width * zoom), SkIntToScalar(height * zoom));
283 fMatrix.setScale(SkIntToScalar(zoom), SkIntToScalar(zoom));
284 fInverse.setScale(SK_Scalar1 / zoom, SK_Scalar1 / zoom);
285 fShader = sk_tool_utils::create_checkerboard_shader(0xFFCCCCCC, 0xFFFFFFFF, zoom);
289 info = info.makeWH(width * zoom, height * zoom)
    [all...]
  /external/pdfium/fpdfsdk/
fpdfdoc_unittest.cpp 241 array->AddNew<CPDF_Number>(6); // Zoom.
248 FS_FLOAT zoom; local
251 &x, &y, &zoom));
257 EXPECT_EQ(6, zoom);
263 &x, &y, &zoom));
270 &x, &y, &zoom));
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 267 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local
286 if (zoom) {
313 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0f || ctx->Pixel.ZoomY != 1.0f; local
323 && !zoom
343 && !zoom
393 if (zoom) {
418 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local
529 if (zoom) {
592 * and pixel zoom.
607 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F local
    [all...]
s_copypix.c 93 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local
177 if (zoom) {
241 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local
318 if (zoom)
343 const GLboolean zoom = ctx->Pixel.ZoomX != 1.0F || ctx->Pixel.ZoomY != 1.0F; local
411 if (zoom) {
  /frameworks/av/media/libmedia/include/media/
IMediaRecorder.h 77 virtual status_t setPreferredMicrophoneFieldDimension(float zoom) = 0;
MediaRecorderBase.h 76 virtual status_t setPreferredMicrophoneFieldDimension(float zoom) = 0;
  /external/eigen/demos/opengl/
camera.h 83 void zoom(float d);
  /external/pdfium/public/
fpdf_doc.h 201 // Get the (x, y, zoom) location of |dest| in the destination page, if the
202 // destination is in [page /XYZ x y zoom] syntax.
207 // hasZoomVal - out parameter; true if the zoom value is not null
210 // zoom - out parameter; the zoom value.
213 // Note the [x, y, zoom] values are only set if the corresponding hasXVal,
222 FS_FLOAT* zoom);
  /frameworks/av/media/libaudiohal/include/media/audiohal/
StreamHalInterface.h 185 // Set zoom factor for capture stream
186 virtual status_t setPreferredMicrophoneFieldDimension(float zoom) = 0;
  /frameworks/av/media/libmediaplayerservice/
MediaRecorderClient.h 85 virtual status_t setPreferredMicrophoneFieldDimension(float zoom);

Completed in 1762 milliseconds

1 2 3 4 5