Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/demux/
Danim_decode.c280 int* const left1, int* const width1, in FindBlendRangeAtRow() argument
287 *width1 = 0; in FindBlendRangeAtRow()
294 *width1 = src->width; in FindBlendRangeAtRow()
300 *width1 = dst->x_offset - src->x_offset; in FindBlendRangeAtRow()
389 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
390 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, in WebPAnimDecoderGetNext()
392 if (width1 > 0) { in WebPAnimDecoderGetNext()
395 (uint32_t*)dec->prev_frame_disposed_ + offset1, width1); in WebPAnimDecoderGetNext()
/external/skia/tests/
DFontHostTest.cpp254 SkScalar width1 = font.measureText(txt, textLen, SkTextEncoding::kUTF8); in test_advances() local
262 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/skqp/tests/
DFontHostTest.cpp295 SkScalar width1 = font.measureText(txt, strlen(txt), kUTF8_SkTextEncoding); in test_advances() local
303 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py81 return tools.make_box('^').format(*style, section1=msg, width1=len(msg))
95 width1=_LEFT,
/external/igt-gpu-tools/lib/
Digt_panfrost.c146 .width1 = MALI_POSITIVE(ALIGN(width, 16)), in igt_panfrost_trivial_job()
Dpanfrost-job.h1487 u16 width1, height1; member
/external/brotli/research/
Dbrotlidump.py1385 def formatBitData(self, pos, width1, width2=0): argument
1396 if width1==0: result = ['()', ',']
1397 for width in width1, width2:
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp19788 for (size_t width1 = 0; width1 < widths.size(); width1++) in createBoolMixedBitSizeGroup() local
19794 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3])); in createBoolMixedBitSizeGroup()