| /third_party/typescript/tests/baselines/reference/ |
| H A D | genericMethodOverspecialization.js | 23 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 D | hugepath.cpp | 22 const float widths[] = { 0.9f, 1.0f, 1.1f }; in DEF_SIMPLE_GM() local
|
| H A D | glyph_pos.cpp | 133 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
|
| H A D | rsxtext.cpp | 38 float widths[16]; variable
|
| H A D | hairlines.cpp | 222 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; in DEF_SIMPLE_GM() local
|
| H A D | drawatlas.cpp | 141 SkScalar* widths = (SkScalar*)(xform + count); in draw_text_on_path() local
|
| H A D | typeface.cpp | 33 SkScalar* widths = widthStorage.get(); in getGlyphPositions() local
|
| /third_party/skia/docs/examples/ |
| H A D | Paint_getTextWidths.cpp | 14 std::vector<SkScalar> widths; in REG_FIDDLE() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
| H A D | skia_font_test.cpp | 164 scalar widths[] = { 0, 0 }; in HWTEST_F() local
|
| /foundation/multimodalinput/input/util/common/include/ |
| H A D | table_dump.h | 58 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 D | embed_pdf.h | 31 int *widths; member
|
| /third_party/skia/tests/ |
| H A D | StrokerTest.cpp | 26 const SkScalar widths[] = {-FLT_MAX, -1, -0.1f, -FLT_EPSILON, 0, FLT_EPSILON, variable
|
| H A D | SwizzlerTest.cpp | 68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| H A D | types_test.cpp | 281 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 D | types_test.cpp | 281 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 D | afcjk.h | 79 AF_WidthRec widths[AF_CJK_MAX_WIDTHS]; /* widths array */ member
|
| H A D | aflatin.h | 94 AF_WidthRec widths[AF_LATIN_MAX_WIDTHS]; /* widths array */ member
|
| /third_party/spirv-tools/test/opt/ |
| H A D | types_test.cpp | 346 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 D | drawing_font_test.cpp | 146 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 D | font_fuzzer.cpp | 132 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 D | sf-pdma.c | 507 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
|
| /kernel/linux/linux-6.6/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.c | 497 const enum dma_slave_buswidth widths = in sf_pdma_probe() local
|
| /third_party/node/deps/v8/tools/ |
| H A D | avg.py | 159 def widths(self): global() member in Measurement [all...] |
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshglob.h | 77 PSH_WidthRec widths[PS_GLOBALS_MAX_STD_WIDTHS]; member
|
| /third_party/skia/include/core/ |
| H A D | SkFont.h | 366 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...] |