Home
last modified time | relevance | path

Searched defs:widths (Results 1 – 25 of 58) sorted by relevance

123

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py42 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/
Dbrw_fs_surface_builder.cpp286 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/
DSkFont.h364 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/
DSkFont.h364 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/
Dhugepath.cpp19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Datlastext.cpp42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
Dhairlines.cpp245 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
/external/skqp/gm/
Dhugepath.cpp19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Datlastext.cpp42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
Dhairlines.cpp245 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DRelay.java102 float[] widths = null; in run() local
DTerminalBridge.java414 float[] widths = new float[1]; in setFontSize() local
720 float[] widths = new float[1]; in fontSizeCompare() local
/external/deqp-deps/SPIRV-Tools/test/opt/
Dtypes_test.cpp237 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/
Dtypes_test.cpp237 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/
Dcheck-c-globals.py275 def format_groups(groups, columns, fmts, widths): argument
283 def format_vars(allvars, columns, fmts, widths): argument
/external/skia/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/external/skqp/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c204 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/
Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
/external/skqp/tools/fonts/
Dcreate_test_font.cpp126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
204 SkTDArray<SkScalar> widths; in output_font() local
/external/skia/tools/fonts/
Dcreate_test_font.cpp126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
204 SkTDArray<SkScalar> widths; in output_font() local
/external/pdfium/fxbarcode/oned/
DBC_OnedCode39Writer.cpp174 int8_t widths[9] = {0}; in EncodeImpl() local
/external/v8/tools/
Davg.py127 def widths(self): member in Measurement

123