Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/cts/tests/video/src/android/video/cts/
H A DVideoEncoderDecoderTest.java224 static void prepareParamsList(List<Object[]> testParams, String mediaType, int[] widths, in prepareParamsList()
256 int[] widths = {320, 720, 1280, 1920}; in input() local
260 int[] widths = {176, 352, 704, 1408}; in input() local
264 int[] widths = {320, 720, 1280, 1920, 3840}; in input() local
268 int[] widths = {176, 352, 640, 1280, 1920}; in input() local
272 int[] widths = {176, 352, 640, 1280}; in input() local
276 int[] widths = {320, 640, 1280, 1920}; in input() local
280 int[] widths = {320, 640, 1280, 1920, 3840}; in input() local
284 int[] widths = {320, 720, 1280, 1920}; in input() local
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A Dwidth.py47 def byteCost(widths, default, nominal): argument
68 def optimizeWidthsBruteforce(widths): argument
97 def optimizeWidths(widths): argument
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintTest.java102 float[] widths = new float[testCase.mText.length()]; in testHintingWidth() local
105 paint.getTextWidths(String.valueOf(testCase.mText), widths); in testHintingWidth() local
110 paint.getTextWidths(String.valueOf(testCase.mText), widths); in testHintingWidth() local
225 final float[] widths = new float[count]; in assertGetTextRunAdvances() local
/aosp_15_r20/external/skia/include/core/
H A 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()
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
H A DTable.kt23 private val widths: List<Int>, constant in com.facebook.ktfmt.kdoc.Table
151 val widths = mutableListOf<Int>() in getTable() constant
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeStaticLayout.java176 protected static void nAddMeasuredRun(long nativePtr, int start, int end, float[] widths) { in nAddMeasuredRun()
190 protected static void nGetWidths(long nativePtr, float[] widths) { in nGetWidths()
306 void setWidths(float[] widths); in setWidths()
/aosp_15_r20/external/libopus/dnn/torch/dnntools/dnntools/relegance/
H A Drelegance.py39 def create_smoothing_kernel(widths, gamma=1.5): argument
74 def create_partition_kernel(widths, strides): argument
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativePaintTest.java443 float[] widths = new float[text.length()]; in testBreakText() local
917 float[][] widths = in verifyGetTextWidths() local
1229 float[] widths = new float[text.length()]; in testSetFontFeatureSettings() local
1380 float[] widths = new float[text.length()]; in testMeasureText() local
1455 float[] widths = new float[] {-1, -1, -1, -1}; in verifyMeasureText() local
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp47 void InsertWidthArrayImpl(std::vector<int> widths, CPDF_Array* pWidthArray) { in InsertWidthArrayImpl()
67 std::vector<int> widths(end - start + 1); in InsertWidthArray() local
90 std::vector<int> widths(end - start + 1); in InsertWidthArray1() local
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DStaticLayoutLineBreakingTest.java415 int[] widths = new int[] { 0, 4, 10 }; in testNarrowWidth() local
431 int[] widths = new int[] { 1, 4 }; in testNarrowWidthZeroWidth() local
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dfont_test.js156 const widths = font.getGlyphWidths(ids, bluePaint); constant
302 const widths = font.getGlyphWidths(ids); constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DPaintTest.java150 float[] widths = new float[text.length()]; in testBreakText() local
1287 float[] widths = new float[text.length()]; in testMeasureText() local
1348 float[] widths = new float[] {-1, -1, -1, -1}; in verifyMeasureText() local
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dpsnr.c181 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_highbd_psnr() local
229 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in vpx_calc_psnr() local
/aosp_15_r20/external/swiftshader/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
/aosp_15_r20/external/angle/third_party/spirv-tools/src/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
/aosp_15_r20/external/deqp-deps/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
/aosp_15_r20/external/skia/tools/fonts/
H A Dcreate_test_font.cpp141 SkTDArray<unsigned>* charCodes, SkTDArray<SkScalar>* widths) { in output_path_data()
216 SkTDArray<SkScalar> widths; in output_font() local
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalBridge.java414 float[] widths = new float[1]; in setFontSize() local
720 float[] widths = new float[1]; in fontSizeCompare() local
/aosp_15_r20/external/freetype/src/autofit/
H A Daflatin.c1992 AF_WidthRec* widths, in af_latin_hints_link_segments()
2482 AF_WidthRec* widths, in af_latin_hints_detect_features()
2697 af_latin_snap_width( AF_Width widths, in af_latin_snap_width()
/aosp_15_r20/external/skia/gm/
H A Dhugepath.cpp23 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
/aosp_15_r20/external/libaom/aom_dsp/
H A Dpsnr.c353 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_highbd_psnr() local
436 const int widths[3] = { a->y_crop_width, a->uv_crop_width, a->uv_crop_width }; in aom_calc_psnr() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
H A Dslice.cc45 const int4 widths(attr.starts.w, attr.strides.w, attr.ends.w, 0); in GenerateCode() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_format.c20 #define VA_FMT(vk_fmt, widths, swap_rb, type) \ argument
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/
H A DCode39Writer.java58 int[] widths = new int[9]; in encode() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/rss/
H A DRSSUtils.java24 public static int getRSSvalue(int[] widths, int maxWidth, boolean noNarrow) { in getRSSvalue()

12345678910>>...15