Searched refs:runLen (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 1088 GLuint i, runLen, runStart; in _swrast_put_row() local 1092 runLen = runStart = 0; in _swrast_put_row() 1095 if (runLen == 0) in _swrast_put_row() 1097 runLen++; in _swrast_put_row() 1102 if (runLen > 0) { in _swrast_put_row() 1104 _mesa_pack_ubyte_rgba_row(rb->Format, runLen, in _swrast_put_row() 1110 _mesa_pack_float_rgba_row(rb->Format, runLen, in _swrast_put_row() 1114 runLen = 0; in _swrast_put_row()
|
/external/skqp/docs/ |
D | SkCanvas_Reference.bmh | 5399 for (auto runLen : runs) { 5400 paint.setTextSize(1 == runLen ? 20 : 50); 5402 textBlobBuilder.allocRun(paint, runLen, textPos.fX, textPos.fY); 5403 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen); 5404 … textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr); 5405 glyphIndex += runLen;
|
/external/skia/docs/ |
D | SkCanvas_Reference.bmh | 5421 for (auto runLen : runs) { 5422 paint.setTextSize(1 == runLen ? 20 : 50); 5424 textBlobBuilder.allocRun(paint, runLen, textPos.fX, textPos.fY); 5425 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen); 5426 … textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr); 5427 glyphIndex += runLen;
|