Home
last modified time | relevance | path

Searched defs:SCALE (Results 1 – 25 of 25) 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/boost/boost/graph/
Drmat_graph_generator.hpp87 shared_ptr< uniform_01< RandomGenerator > > prob, T n, unsigned int SCALE, in generate_edge()
241 int SCALE; member in boost::rmat_iterator
302 int SCALE = int_log2(n); in sorted_rmat_iterator() local
409 int SCALE = int_log2(n); in unique_rmat_iterator() local
538 int SCALE = int_log2(n); in sorted_unique_rmat_iterator() local
/third_party/ffmpeg/tests/checkasm/
Dvf_eq.c31 #define SCALE 10000 macro
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/mkldnn/
Dbatch_norm_grad_cpu_kernel.h48 enum input_list_ { Y_BACKPROP, X, SCALE, SAVE_MEAN, SAVE_VARIANCE, RESERVE }; enumerator
/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/boost/boost/graph/distributed/
Drmat_graph_generator.hpp64 int SCALE = int(floor(log(double(n))/log(2.))); in scalable_rmat_iterator() 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/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dwarp_affine.cc415 const int SCALE = 1 << 10; in WarpAffineBilinear() local
/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