Home
last modified time | relevance | path

Searched defs:widths (Results 1 - 25 of 62) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DgenericMethodOverspecialization.js23 var widths:number[] = elements.map(function (e) { // should not error variable
37 var widths = elements.map(function (e) { variable
/third_party/skia/gm/
H A Dhugepath.cpp22 const float widths[] = { 0.9f, 1.0f, 1.1f }; in DEF_SIMPLE_GM() local
H A Dglyph_pos.cpp133 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
H A Drsxtext.cpp38 float widths[16]; variable
H A Dhairlines.cpp222 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; in DEF_SIMPLE_GM() local
H A Ddrawatlas.cpp141 SkScalar* widths = (SkScalar*)(xform + count); in draw_text_on_path() local
H A Dtypeface.cpp33 SkScalar* widths = widthStorage.get(); in getGlyphPositions() local
/third_party/skia/docs/examples/
H A DPaint_getTextWidths.cpp14 std::vector<SkScalar> widths; in REG_FIDDLE() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_font_test.cpp164 scalar widths[] = { 0, 0 }; in HWTEST_F() local
/foundation/multimodalinput/input/util/common/include/
H A Dtable_dump.h58 inline void PrintLine(std::ostream &os, const std::vector<size_t> &widths) in PrintLine() argument
75 inline void PrintHeader(std::ostream &os, const std::vector<size_t> &widths, cons argument
86 PrintRow(std::ostream &os, const std::vector<size_t> &widths, const std::vector<std::string> &row) PrintRow() argument
102 std::vector<size_t> widths = CalculateColumnWidths(titles, rows, lineWidth); DumpFullTable() local
[all...]
/third_party/cups-filters/fontembed/
H A Dembed_pdf.h31 int *widths; member
/third_party/skia/tests/
H A DStrokerTest.cpp26 const SkScalar widths[] = {-FLT_MAX, -1, -0.1f, -FLT_EPSILON, 0, FLT_EPSILON, variable
H A DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A 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/swiftshader/third_party/SPIRV-Tools/test/opt/
H A 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/freetype/src/autofit/
H A Dafcjk.h79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
H A Daflatin.h94 AF_WidthRec widths[AF_LATIN_MAX_WIDTHS]; /* widths array */ member
/third_party/spirv-tools/test/opt/
H A 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
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_test.cpp146 float widths[50] = {0.f}; // 50 means widths array number in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp132 scalar* widths = new scalar[count]; in FontFuzzTest004() local
164 scalar* widths = new scalar[count]; in FontFuzzTest005() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/sf-pdma/
H A Dsf-pdma.c507 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
/kernel/linux/linux-6.6/drivers/dma/sf-pdma/
H A Dsf-pdma.c497 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
/third_party/node/deps/v8/tools/
H A Davg.py159 def widths(self): global() member in Measurement
[all...]
/third_party/skia/third_party/externals/freetype/src/pshinter/
H A Dpshglob.h77 PSH_WidthRec widths[PS_GLOBALS_MAX_STD_WIDTHS]; member
/third_party/skia/include/core/
H A DSkFont.h366 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() argument
371 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() argument
[all...]

Completed in 13 milliseconds

123