Home
last modified time | relevance | path

Searched refs:runLen (Results 1 – 6 of 6) sorted by relevance

/external/skia/docs/
DSkTextBlob_Reference.bmh32 for (auto runLen : runs) {
33 font.setSize(1 == runLen ? 20 : 50);
35 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
36 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
37 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
39 glyphIndex += runLen;
71 for (auto runLen : runs) {
72 font.setSize(1 == runLen ? 20 : 50);
74 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
75 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
[all …]
DSkCanvas_Reference.bmh3903 for (auto runLen : runs) {
3904 font.setSize(1 == runLen ? 20 : 50);
3906 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
3907 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
3908 font.setSize(1 == runLen ? 20 : 50);
3909 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
3911 glyphIndex += runLen;
/external/skqp/docs/
DSkTextBlob_Reference.bmh32 for (auto runLen : runs) {
33 font.setSize(1 == runLen ? 20 : 50);
35 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
36 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
37 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
39 glyphIndex += runLen;
71 for (auto runLen : runs) {
72 font.setSize(1 == runLen ? 20 : 50);
74 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
75 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
[all …]
DSkCanvas_Reference.bmh3960 for (auto runLen : runs) {
3961 font.setSize(1 == runLen ? 20 : 50);
3963 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY);
3964 memcpy(run.glyphs, &glyphs[glyphIndex], sizeof(glyphs[0]) * runLen);
3965 font.setSize(1 == runLen ? 20 : 50);
3966 textPos.fX += font.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen,
3968 glyphIndex += runLen;
/external/mesa3d/src/mesa/swrast/
Ds_span.c1090 GLuint i, runLen, runStart; in _swrast_put_row() local
1094 runLen = runStart = 0; in _swrast_put_row()
1097 if (runLen == 0) in _swrast_put_row()
1099 runLen++; in _swrast_put_row()
1104 if (runLen > 0) { in _swrast_put_row()
1106 _mesa_pack_ubyte_rgba_row(rb->Format, runLen, in _swrast_put_row()
1112 _mesa_pack_float_rgba_row(rb->Format, runLen, in _swrast_put_row()
1116 runLen = 0; in _swrast_put_row()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/MANIFEST.MF org/jetbrains/kotlin/utils/JavaSdkUtil.class JavaSdkUtil ...