Home
last modified time | relevance | path

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

123

/third_party/skia/include/core/
DSkFont.h366 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths()
371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths()
384 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths()
/third_party/flutter/skia/include/core/
DSkFont.h368 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths()
373 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths()
386 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths()
/third_party/typescript/tests/cases/compiler/
DunknownSymbolOffContextualType1.ts15 var widths = enabled.map(function (e) { variable
DgenericMethodOverspecialization.ts22 var widths:number[] = elements.map(function (e) { // should not error variable
/third_party/skia/gm/
Dhugepath.cpp22 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp133 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Drsxtext.cpp38 float widths[16]; in onOnceBeforeDraw() local
Dhairlines.cpp222 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
/third_party/flutter/skia/gm/
Dhugepath.cpp22 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp133 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Datlastext.cpp61 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
/third_party/typescript/tests/baselines/reference/
DgenericMethodOverspecialization.js23 var widths:number[] = elements.map(function (e) { // should not error variable
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp223 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
234 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
/third_party/boost/libs/dynamic_bitset/test/
Ddyn_bitset_unit_tests4.cpp109 const std::streamsize widths[] = { -1 - slen/2, 0, slen/2, 1 + slen*2 }; in run_test_cases() local
242 std::streamsize widths[] = { -1, 0, slen/2, slen, 1 + slen*2 }; in run_test_cases() local
/third_party/skia/modules/canvaskit/tests/
Dfont.spec.js149 const widths = font.getGlyphWidths(ids, bluePaint); constant
286 const widths = font.getGlyphWidths(ids); constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dtypes_test.cpp281 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
292 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dtypes_test.cpp281 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
292 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
/third_party/python/Tools/c-analyzer/
Dcheck-c-globals.py277 def format_groups(groups, columns, fmts, widths): argument
285 def format_vars(allvars, columns, fmts, widths): argument
/third_party/flutter/skia/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/third_party/skia/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/third_party/skia/tools/fonts/
Dcreate_test_font.cpp126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
201 SkTDArray<SkScalar> widths; in output_font() local
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
/third_party/freetype/src/autofit/
Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
/third_party/flutter/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

123