Searched refs:width1 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/demux/ |
D | anim_decode.c | 280 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/ |
D | FontObjTest.cpp | 98 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_cachedfont() local 103 REPORTER_ASSERT(reporter, width1 == width2); in test_cachedfont()
|
D | FontHostTest.cpp | 296 SkScalar width1 = paint.measureText(txt, strlen(txt)); in test_advances() local 304 REPORTER_ASSERT(reporter, width1 == width2); in test_advances()
|
/external/brotli/research/ |
D | brotlidump.py | 1385 def formatBitData(self, pos, width1, width2=0): argument 1396 if width1==0: result = ['()', ','] 1397 for width in width1, width2:
|