/external/fonttools/Lib/fontTools/cffLib/ |
D | width.py | 45 def byteCost(widths, default, nominal): argument 66 def optimizeWidthsBruteforce(widths): argument 95 def optimizeWidths(widths): argument
|
/external/skia/include/core/ |
D | SkFont.h | 364 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], SkRect bounds[]) const { in getWidths() 369 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[], std::nullptr_t) const { in getWidths() 382 void getWidths(const SkGlyphID glyphs[], int count, SkScalar widths[]) const { in getWidths()
|
/external/skqp/include/core/ |
D | SkFont.h | 364 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/ |
D | hugepath.cpp | 22 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
|
D | glyph_pos.cpp | 133 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
|
D | rsxtext.cpp | 38 float widths[16]; in onOnceBeforeDraw() local
|
/external/skqp/gm/ |
D | hugepath.cpp | 19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
|
D | glyph_pos.cpp | 125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
|
D | atlastext.cpp | 42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | slice.cc | 42 const int4 widths(attr.starts.w, attr.strides.w, attr.ends.w, 0); in GenerateCode() local
|
/external/skia/modules/canvaskit/tests/ |
D | font.spec.js | 154 const widths = font.getGlyphWidths(ids, bluePaint); constant 295 const widths = font.getGlyphWidths(ids); constant
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | Relay.java | 102 float[] widths = null; in run() local
|
D | TerminalBridge.java | 414 float[] widths = new float[1]; in setFontSize() local 720 float[] widths = new float[1]; in fontSizeCompare() local
|
/external/deqp-deps/SPIRV-Tools/test/opt/ |
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
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
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
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/ |
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
|
/external/python/cpython3/Tools/c-analyzer/ |
D | check-c-globals.py | 277 def format_groups(groups, columns, fmts, widths): argument 285 def format_vars(allvars, columns, fmts, widths): argument
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/ |
D | VideoDecoderRenderer.java | 187 int[] widths = new int[3]; in onDrawFrame() local
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ |
D | ImageProcessor.java | 69 List<Integer> widths = new ArrayList<>(); in inverseTransform() local
|
/external/rust/crates/textwrap/src/core/ |
D | optimal_fit.rs | 160 let mut widths = Vec::with_capacity(fragments.len() + 1); in wrap_optimal_fit() localVariable
|
/external/skia/tests/ |
D | SwizzlerTest.cpp | 68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
|
/external/skqp/tests/ |
D | SwizzlerTest.cpp | 68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 204 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/skia/tools/fonts/ |
D | create_test_font.cpp | 126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data() 201 SkTDArray<SkScalar> widths; in output_font() local
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_docpagedata.cpp | 44 void InsertWidthArrayImpl(std::vector<int> widths, CPDF_Array* pWidthArray) { in InsertWidthArrayImpl() 64 std::vector<int> widths(end - start + 1); in InsertWidthArray() local 87 std::vector<int> widths(end - start + 1); in InsertWidthArray1() local
|