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/skia/m133/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/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/skia/m133/gm/
Dhugepath.cpp23 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp134 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Drsxtext.cpp36 float widths[16]; in onOnceBeforeDraw() local
Dhairlines.cpp219 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; variable
/third_party/typescript/tests/baselines/reference/
DgenericMethodOverspecialization.js23 var widths:number[] = elements.map(function (e) { // should not error variable
DkeyofAndIndexedAccess.js139 let widths = pluck(shapes, "width"); // number[] variable
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_format.c35 #define VA_FMT(vk_fmt, widths, swap_rb, type) \ argument
/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/skia/m133/modules/canvaskit/tests/
Dfont_test.js156 const widths = font.getGlyphWidths(ids, bluePaint); constant
302 const widths = font.getGlyphWidths(ids); constant
/third_party/spirv-tools/test/opt/
Dtypes_test.cpp346 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in TEST() local
357 std::vector<uint32_t> widths = {1, 2, 4, 8, 16, 32, 48, 64, 128}; in 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/cups-filters/fontembed/
Dembed_pdf.h31 int *widths; member
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
/third_party/skia/m133/tools/fonts/
Dcreate_test_font.cpp141 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
216 SkTDArray<SkScalar> widths; in output_font() local

123