Home
last modified time | relevance | path

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

123

/external/fonttools/Lib/fontTools/cffLib/
Dwidth.py45 def byteCost(widths, default, nominal): argument
66 def optimizeWidthsBruteforce(widths): argument
95 def optimizeWidths(widths): argument
/external/skia/include/core/
DSkFont.h364 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/
DSkFont.h364 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/
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
/external/skqp/gm/
Dhugepath.cpp19 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
Dglyph_pos.cpp125 SkScalar widths[len]; // len is conservative. we really only need 'count' in drawTestCase() local
Datlastext.cpp42 std::unique_ptr<SkScalar[]> widths(new SkScalar[cnt]); in draw_string() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dslice.cc42 const int4 widths(attr.starts.w, attr.strides.w, attr.ends.w, 0); in GenerateCode() local
/external/skia/modules/canvaskit/tests/
Dfont.spec.js154 const widths = font.getGlyphWidths(ids, bluePaint); constant
295 const widths = font.getGlyphWidths(ids); constant
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DRelay.java102 float[] widths = null; in run() local
DTerminalBridge.java414 float[] widths = new float[1]; in setFontSize() local
720 float[] widths = new float[1]; in fontSizeCompare() local
/external/deqp-deps/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
/external/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
/external/angle/third_party/vulkan-deps/spirv-tools/src/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
/external/python/cpython3/Tools/c-analyzer/
Dcheck-c-globals.py277 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/
DVideoDecoderRenderer.java187 int[] widths = new int[3]; in onDrawFrame() local
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageProcessor.java69 List<Integer> widths = new ArrayList<>(); in inverseTransform() local
/external/rust/crates/textwrap/src/core/
Doptimal_fit.rs160 let mut widths = Vec::with_capacity(fragments.len() + 1); in wrap_optimal_fit() localVariable
/external/skia/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/external/skqp/tests/
DSwizzlerTest.cpp68 const uint32_t widths[] = { 0, 10, 50 }; in DEF_TEST() local
/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c204 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/
Dcreate_test_font.cpp126 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
201 SkTDArray<SkScalar> widths; in output_font() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp44 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

123