Home
last modified time | relevance | path

Searched defs:scale_y (Results 1 – 22 of 22) sorted by relevance

/external/proguard/src/proguard/gui/splash/
DImageSprite.java69 double scale_y = scaleY.getDouble(time); in paint() local
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dgeom.h225 inline void ScaleOrigin(const float scale_x, const float scale_y) { in ScaleOrigin()
232 inline void Scale(const float scale_x, const float scale_y) { in Scale()
Dobject_tracker.cc293 float scale_y; in TrackBox() local
/external/igt-gpu-tools/overlay/x11/
Dposition.c162 float scale_x, scale_y; in x11_position() local
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp308 double scale_y = static_cast<double>(m_sizeY) / m_clipBox.Height(); in PngAskScanlineBuf() local
383 double scale_y = static_cast<double>(dest_height) / src_height; in PngFillScanlineBufCompleted() local
528 double scale_y = static_cast<double>(dest_height) / src_height; in GifReadScanline() local
586 double scale_y = static_cast<double>(dest_height) / src_height; in BmpReadScanline() local
605 double scale_y, in ResampleVertBT()
925 double scale_y, in GifDoubleLineResampleVert()
2026 double scale_y, in ResampleVert()
2137 double scale_y = static_cast<double>(dest_height) / src_height; in Resample() local
/external/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c124 float scale_y; in xa_yuv_planar_blit() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c37 float scale_y; member
/external/tensorflow/tensorflow/core/kernels/image/
Dresize_area_op_test.cc122 float scale_y = i < in_y in ResizeAreaBaseline() local
Dresize_area_op.cc235 float scale_y; in ComputeLoop() local
Dresize_bicubic_op_test.cc257 float scale_y = 0.3, float scale_x = 0.7) { in ResizeBicubic()
/external/mesa3d/src/imgui/
Dimstb_truetype.h2629 …tmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x,… in stbtt_GetGlyphBitmapBoxSubpixel()
2647 …tGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y, int *ix0, int… in stbtt_GetGlyphBitmapBox()
2652 …BoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x… in stbtt_GetCodepointBitmapBoxSubpixel()
2657 …ntBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int… in stbtt_GetCodepointBitmapBox()
3330 …*result, stbtt__point *pts, int *wcount, int windings, float scale_x, float scale_y, float shift_x… in stbtt__rasterize()
3535 …ness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, float scale_y, float shift_x… in stbtt_Rasterize()
3553 …btt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x… in stbtt_GetGlyphBitmapSubpixel()
3593 …char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, in… in stbtt_GetGlyphBitmap()
3598 …ed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x… in stbtt_MakeGlyphBitmapSubpixel()
3617 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap()
[all …]
/external/libdrm/exynos/
Dexynos_fimg2d.c690 unsigned int scale_x, scale_y; in g2d_copy_with_scale() local
916 unsigned int scale_x, scale_y; in g2d_scale_and_blend() local
/external/webrtc/modules/desktop_capture/mac/
Dwindow_list_utils.cc375 float scale_y = size.height() / window_bounds.height(); in GetWindowScaleFactor() local
/external/pdfium/fpdfsdk/
Dfpdf_view.cpp342 double* scale_y) { in GetScaling()
368 double scale_y = 0.0f; in GetMaskDimensionsAndOffsets() local
/external/pdfium/core/fxge/dib/
Dcstretchengine.cpp270 double scale_y = static_cast<float>(m_SrcHeight) / m_DestHeight; in CStretchEngine() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c206 float scale_y = (float) (*src_y1 - *src_y0) / (*dst_y1 - *dst_y0); in apply_blit_scissor() local
/external/harfbuzz_ng/util/
Doptions.cc695 int scale_y = (int) scalbnf (font_size_y, subpixel_bits); in get_font() local
/external/virglrenderer/src/
Dvrend_blitter.c597 float scale_y = (float)info->dst.box.height / (float)info->src.box.height; in calc_dst_deltas_from_src() local
/external/ImageMagick/coders/
Dwmf.c332 scale_y, member
/external/libgav1/libgav1/src/tile/
Dprediction.cc987 const int scale_y = ((reference_height << kReferenceScaleShift) + in ScaleMotionVector() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2862 LLVMValueRef scale_y = LLVMBuildFMul(b, x_abs, FOPi, "scale_y"); in lp_build_sin_or_cos() local
/external/igt-gpu-tools/lib/
Digt_fb.c1488 double scale_x, scale_y; in igt_paint_image() local