| /external/fonttools/Lib/fontTools/cffLib/ |
| D | width.py | 42 def byteCost(widths, default, nominal): argument 63 def optimizeWidthsBruteforce(widths): argument 92 def optimizeWidths(widths): argument 159 widths = [m[0] for m in hmtx.metrics.values()] variable
|
| /external/mesa3d/src/intel/compiler/ |
| D | brw_fs_surface_builder.cpp | 286 const color_u widths = get_bit_widths(format); in get_bit_shifts() local 297 const color_u widths = get_bit_widths(format); in is_homogeneous() local 321 const color_u widths = get_bit_widths(format); in has_supported_bit_layout() local 704 const color_u &shifts, const color_u &widths) in emit_pack() 737 const color_u &shifts, const color_u &widths) in emit_unpack() 765 const color_u &widths, bool is_signed) in emit_convert_to_integer() 805 const color_u &widths, bool is_signed) in emit_convert_from_scaled() 835 const color_u &widths, bool is_signed) in emit_convert_to_scaled() 884 const color_u &widths) in emit_convert_from_float() 915 const color_u &widths) in emit_convert_to_float() [all …]
|
| /external/skqp/include/core/ |
| D | SkFont.h | 364 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 382 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[]) const { in getWidths()
|
| /external/skia/include/core/ |
| D | SkFont.h | 364 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 369 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 382 void getWidths(const uint16_t glyphs[], int count, SkScalar widths[]) const { in getWidths()
|
| /external/skia/gm/ |
| D | hugepath.cpp | 19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
|
| D | glyph_pos.cpp | 125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
|
| D | atlastext.cpp | 42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
|
| D | hairlines.cpp | 245 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
|
| /external/skqp/gm/ |
| D | hugepath.cpp | 19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
|
| D | glyph_pos.cpp | 125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
|
| D | atlastext.cpp | 42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
|
| D | hairlines.cpp | 245 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
|
| /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
| D | Relay.java | 102 float[] widths = null; in run() local
|
| D | TerminalBridge.java | 414 float[] widths = new float[1]; in setFontSize() local 720 float[] widths = new float[1]; in fontSizeCompare() local
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | types_test.cpp | 237 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local 248 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | types_test.cpp | 237 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local 248 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
|
| /external/python/cpython3/Tools/c-globals/ |
| D | check-c-globals.py | 275 def format_groups(groups, columns, fmts, widths): argument 283 def format_vars(allvars, columns, fmts, widths): argument
|
| /external/skia/tests/ |
| D | SwizzlerTest.cpp | 68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
|
| /external/skqp/tests/ |
| D | SwizzlerTest.cpp | 68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
|
| /external/libvpx/libvpx/vpx_dsp/ |
| D | psnr.c | 204 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_highbd_psnr() local 252 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_psnr() local
|
| /external/freetype/src/autofit/ |
| D | afcjk.h | 79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
|
| /external/skqp/tools/fonts/ |
| D | create_test_font.cpp | 126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data() 204 SkTDArray<SkScalar> widths; in output_font() local
|
| /external/skia/tools/fonts/ |
| D | create_test_font.cpp | 126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data() 204 SkTDArray<SkScalar> widths; in output_font() local
|
| /external/pdfium/fxbarcode/oned/ |
| D | BC_OnedCode39Writer.cpp | 174 int8_t widths[9] = {0}; in EncodeImpl() local
|
| /external/v8/tools/ |
| D | avg.py | 127 def widths(self): member in Measurement
|