/aosp_15_r20/cts/tests/video/src/android/video/cts/ |
H A D | VideoEncoderDecoderTest.java | 224 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 D | width.py | 47 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 D | PaintTest.java | 102 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 D | SkFont.h | 366 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 D | Table.kt | 23 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 D | ShadowNativeStaticLayout.java | 176 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 D | relegance.py | 39 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 D | ShadowNativePaintTest.java | 443 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 D | cpdf_docpagedata.cpp | 47 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 D | StaticLayoutLineBreakingTest.java | 415 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 D | font_test.js | 156 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 D | PaintTest.java | 150 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 D | psnr.c | 181 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 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
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/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
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/ |
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
|
/aosp_15_r20/external/skia/tools/fonts/ |
H A D | create_test_font.cpp | 141 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 D | TerminalBridge.java | 414 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 D | aflatin.c | 1992 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 D | hugepath.cpp | 23 const float widths[] = { 0.9f, 1.0f, 1.1f }; variable
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | psnr.c | 353 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 D | slice.cc | 45 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 D | nvk_format.c | 20 #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 D | Code39Writer.java | 58 int[] widths = new int[9]; in encode() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/oned/rss/ |
H A D | RSSUtils.java | 24 public static int getRSSvalue(int[] widths, int maxWidth, boolean noNarrow) { in getRSSvalue()
|