Home
last modified time | relevance | path

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

/external/skia/gm/
Dall_bitmap_configs.cpp31 #define SCALE 128 macro
178 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
/external/skqp/gm/
Dall_bitmap_configs.cpp31 #define SCALE 128 macro
179 DEF_SIMPLE_GM(not_native32_bitmap_config, canvas, SCALE, SCALE) { in DEF_SIMPLE_GM() argument
/external/bcc/src/python/bcc/
Dlibbcc.py220 SCALE = 0x20 variable in BCC_USDT_ARGUMENT_FLAGS
/external/libgsm/src/
Dlpc.c67 # define SCALE(n) \ macro
/external/skqp/samplecode/
DSamplePathOverstroke.cpp126 const float SCALE = 1; in onDrawContent() local
/external/skia/samplecode/
DSamplePathOverstroke.cpp126 const float SCALE = 1; in onDrawContent() local
/external/skia/src/core/
DSkPictureFlat.h59 SCALE, enumerator
DSkScan_AntiPath.cpp20 #define SCALE (1 << SHIFT) macro
/external/skqp/src/core/
DSkPictureFlat.h59 SCALE, enumerator
DSkScan_AntiPath.cpp20 #define SCALE (1 << SHIFT) macro
/external/pdfium/core/fxcrt/
Dcfx_decimal.cpp17 #define FXMATH_DECIMAL_MAKEFLAGS(NEG, SCALE) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dquantized_resize_bilinear_op_test.cc245 constexpr float SCALE = static_cast<float>(IN_WIDTH) / OUT_WIDTH; in TestResizeBilinearOneDim() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java28 public static final String SCALE = "scale"; field in ShadowMatrix