/third_party/harfbuzz/src/ |
D | hb-graphite2.cc | 325 float xscale = (float) font->x_scale / upem; in _hb_graphite2_shape() local 327 yscale *= yscale / xscale; in _hb_graphite2_shape() 331 curradv = gr_slot_origin_X(gr_seg_first_slot(seg)) * xscale; in _hb_graphite2_shape() 332 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 360 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 366 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 380 clusters[ci].advance += gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 404 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape() 419 curradvx = gr_seg_advance_X(seg) * xscale; in _hb_graphite2_shape() 432 pPos->x_offset = gr_slot_origin_X (is) * xscale - info->var1.i32 - curradvx + pPos->x_advance; in _hb_graphite2_shape()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 326 float xscale = (float) font->x_scale / upem; in _hb_graphite2_shape() local 328 yscale *= yscale / xscale; in _hb_graphite2_shape() 332 curradv = gr_slot_origin_X(gr_seg_first_slot(seg)) * xscale; in _hb_graphite2_shape() 333 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 361 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 367 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 381 clusters[ci].advance += gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 405 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape() 420 curradvx = gr_seg_advance_X(seg) * xscale; in _hb_graphite2_shape() 433 pPos->x_offset = gr_slot_origin_X (is) * xscale - info->var1.i32 - curradvx + pPos->x_advance; in _hb_graphite2_shape()
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstmarble.c | 111 if (v != marble->xscale) { in gst_marble_set_property() 112 marble->xscale = v; in gst_marble_set_property() 154 g_value_set_double (value, marble->xscale); in gst_marble_get_property() 216 displacement = 127 * (1 + gst_gm_noise_2 (marble->noise, x / marble->xscale, in marble_map() 217 y / marble->xscale)); in marble_map() 282 filter->xscale = DEFAULT_XSCALE; in gst_marble_init()
|
D | gstmarble.h | 74 gdouble xscale; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 330 float xscale = (float) font->x_scale / upem; in _hb_graphite2_shape() local 332 yscale *= yscale / xscale; in _hb_graphite2_shape() 336 curradv = gr_slot_origin_X(gr_seg_first_slot(seg)) * xscale; in _hb_graphite2_shape() 337 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 365 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 371 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 385 clusters[ci].advance += gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 409 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape() 424 curradvx = gr_seg_advance_X(seg) * xscale; in _hb_graphite2_shape() 437 pPos->x_offset = gr_slot_origin_X (is) * xscale - info->var1.i32 - curradvx + pPos->x_advance; in _hb_graphite2_shape()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 425 int xscale, yscale; in translate_samples_to_xyscale() local 430 xscale = 1; in translate_samples_to_xyscale() 434 xscale = 2; in translate_samples_to_xyscale() 438 xscale = 2; in translate_samples_to_xyscale() 446 *xscale_out = xscale; in translate_samples_to_xyscale()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_framebuffer_downsample.txt | 67 int level, int xscale, int yscale); 72 int layer, int xscale, int yscale); 125 int level, uint xscale, uint yscale); 136 xscale and yscale are multiplied by texture's width and height, 138 rendering. For example, a texture width of 128 with an xscale of 2 would 139 produce a color attachment with the effective width of 256. xscale and 141 xscale and yscale value pair is not available on the implementation, 146 specified texture level, multiplied by xscale and yscale. This buffer is 181 int layer, uint xscale, uint yscale); 189 target, attachment, level, xscale and yscale correspond to the same [all …]
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_framebuffer_downsample.txt | 67 int level, int xscale, int yscale); 72 int layer, int xscale, int yscale); 125 int level, uint xscale, uint yscale); 136 xscale and yscale are multiplied by texture's width and height, 138 rendering. For example, a texture width of 128 with an xscale of 2 would 139 produce a color attachment with the effective width of 256. xscale and 141 xscale and yscale value pair is not available on the implementation, 146 specified texture level, multiplied by xscale and yscale. This buffer is 181 int layer, uint xscale, uint yscale); 189 target, attachment, level, xscale and yscale correspond to the same [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_vignette.c | 73 float xscale, yscale; member 147 const int xx = (x - s->x0) * s->xscale; in get_natural_factor() 306 s->xscale = av_q2d(av_div_q(sar, s->aspect)); in config_props() 310 s->xscale = 1; in config_props() 314 s->xscale, s->yscale, s->dmax); in config_props()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 309 double client_w, client_h, xscale, yscale; in Emscripten_HandleMouseMove() local 311 xscale = window_data->window->w / client_w; in Emscripten_HandleMouseMove() 319 residualx += mouseEvent->movementX * xscale; in Emscripten_HandleMouseMove() 327 mx = mouseEvent->canvasX * xscale; in Emscripten_HandleMouseMove()
|
/third_party/python/Lib/ |
D | turtle.py | 491 self.xscale = self.yscale = 1.0 511 cl.append(x * self.xscale) 542 cl.append(x * self.xscale) 592 x = x * self.xscale 614 x, y = (self.cv.canvasx(event.x)/self.xscale, 632 x, y = (self.cv.canvasx(event.x)/self.xscale, 652 x, y = (self.cv.canvasx(event.x)/self.xscale, 672 x, y = (self.cv.canvasx(event.x)/self.xscale, 729 self.cv.coords(item, (x * self.xscale, -y * self.yscale)) 1066 self.xscale = self.yscale = 1.0 [all …]
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | barboxwipes.c | 403 gint xscale; member 559 gint width = (mask->width >> config->xscale); in gst_wipe_boxes_draw() 609 gint width = (mask->width >> config->xscale); in gst_wipe_triangles_clock_draw() 637 gint width = (mask->width >> config->xscale); in gst_wipe_triangles_draw()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.h | 58 gfloat xscale; member
|
D | gstgltransformation.c | 264 filter->xscale = 1.0; in gst_gl_transformation_init() 346 transformation->xscale, transformation->yscale, 1.0f); in gst_gl_transformation_build_mvp() 384 && transformation->xscale == 1. && transformation->yscale == 1. in gst_gl_transformation_build_mvp() 438 filter->xscale = g_value_get_float (value); in gst_gl_transformation_set_property() 491 g_value_set_float (value, filter->xscale); in gst_gl_transformation_get_property()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ARMTargetParser.def | 110 ARM_ARCH("xscale", AK_XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE, 139 ARM_ARCH_EXT_NAME("xscale", ARM::AEK_XSCALE, nullptr, nullptr) 244 ARM_CPU_NAME("xscale", AK_XSCALE, FK_NONE, true, ARM::AEK_NONE)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMTargetParser.def | 130 ARM_ARCH("xscale", XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE, 165 ARM_ARCH_EXT_NAME("xscale", ARM::AEK_XSCALE, nullptr, nullptr) 288 ARM_CPU_NAME("xscale", XSCALE, FK_NONE, true, ARM::AEK_NONE)
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.sub | 340 strongarm | thumb | xscale) 1239 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
|
/third_party/libdrm/exynos/ |
D | exynos_fimg2d.h | 285 unsigned int xscale; member
|
/third_party/node/deps/cares/ |
D | config.sub | 342 strongarm | thumb | xscale) 1256 basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
|
/third_party/libffi/ |
D | config.sub | 346 strongarm | thumb | xscale) 1270 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
|
/third_party/icu/icu4c/source/ |
D | config.sub | 342 strongarm | thumb | xscale) 1269 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
|
/third_party/skia/third_party/externals/libpng/ |
D | config.sub | 342 strongarm | thumb | xscale) 1256 basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
|
/third_party/libevdev/build-aux/ |
D | config.sub | 344 strongarm | thumb | xscale) 1260 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.sub | 342 strongarm | thumb | xscale) 1269 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
|
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 494 const xscale = 0.05; 500 wavy.push(pos[i + 1] + Math.sin(x * xscale) * yscale);
|