Home
last modified time | relevance | path

Searched defs:SCALE (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/gm/
Dall_bitmap_configs.cpp45 #define SCALE 128 macro
187 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
/third_party/flutter/skia/gm/
Dall_bitmap_configs.cpp45 #define SCALE 128 macro
187 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
/third_party/skia/docs/examples/
Dconvex_overstroke_quad.cpp6 const float SCALE = 1; in draw() local
Dconvex_overstroke_linear_approx_curve.cpp8 const float SCALE = 1; in draw() local
/third_party/ffmpeg/tests/checkasm/
Dvf_eq.c31 #define SCALE 10000 macro
/third_party/skia/samplecode/
DSamplePathOverstroke.cpp121 const float SCALE = 1; in onDrawContent() local
/third_party/flutter/skia/samplecode/
DSamplePathOverstroke.cpp121 const float SCALE = 1; in onDrawContent() local
/third_party/ffmpeg/libavcodec/arm/
Dsynth_filter_vfp.S38 SCALE .req s0 label
/third_party/libsnd/src/GSM610/
Dlpc.c61 # define SCALE(n) \ in Autocorrelation() macro
/third_party/ffmpeg/libavcodec/
Ddcadata.c7338 #define SCALE(c) ((c) / (256.0f * 32768.0f)) macro
Dhevcdsp_template.c132 #define SCALE(dst, x) (dst) = av_clip_int16(((x) + add) >> shift) macro
/third_party/optimized-routines/math/
Dv_powf.c41 #define SCALE ((double) (1 << SBITS)) macro
/third_party/freetype/src/smooth/
Dftsmooth.c336 #define SCALE ( 1 << 2 ) macro
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftsmooth.c336 #define SCALE ( 1 << 2 ) macro
/third_party/flutter/skia/src/core/
DSkPictureFlat.h59 SCALE, enumerator
DSkScan_AntiPath.cpp19 #define SCALE (1 << SHIFT) macro
/third_party/skia/src/core/
DSkPictureFlat.h59 SCALE, enumerator
DSkScan_AntiPath.cpp19 #define SCALE (1 << SHIFT) macro
/third_party/skia/modules/canvaskit/tests/
Dcanvas2d.spec.js648 const SCALE = 8; constant
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c290 #define SCALE (8) macro
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp11226 float SCALE = 1.0f / 8.0f; in RenderViewportsThumbnails() local