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()
386 int left1, width1, left2, width2; in WebPAnimDecoderGetNext() local
387 FindBlendRangeAtRow(&iter, &dec->prev_iter_, canvas_y, &left1, &width1, in WebPAnimDecoderGetNext()
389 if (width1 > 0) { in WebPAnimDecoderGetNext()
392 (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/u-boot/arch/arm/dts/
Drk3188.dtsi436 sd0_bus1: sd0-bus-width1 {
465 sd1_bus1: sd1-bus-width1 {
/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.cpp19291 for (size_t width1 = 0; width1 < widths.size(); width1++) in createBoolMixedBitSizeGroup() local
19297 cases.push_back(IVec4(widths[width0], widths[width1], widths[width2], widths[width3])); in createBoolMixedBitSizeGroup()