Home | History | Annotate | Download | only in pdf

Lines Matching defs:out

1498         SkDynamicMemoryWStream* out = content.stream();
1501 out->writeText("BT\n");
1502 SK_AT_SCOPE_EXIT(out->writeText("ET\n"));
1508 out->writeText("/ReversedChars BMC\n");
1510 SK_AT_SCOPE_EXIT(if (clusterator.reversedChars()) { out->writeText("EMC\n"); } );
1511 GlyphPositioner glyphPositioner(out,
1525 out->writeText("EMC\n");
1540 out->writeText("/Span<</ActualText <");
1541 SkPDFUtils::WriteUTF16beHex(out, 0xFEFF); // U+FEFF = BYTE ORDER MARK
1543 SkPDFUtils::WriteUTF16beHex(out, unichar); // first char
1549 SkPDFUtils::WriteUTF16beHex(out, unichar);
1551 out->writeText("> >> BDC\n"); // begin marked-content sequence
1570 update_font(out, fontIndex, textSize);
1597 continue; // reject glyphs as out of bounds
1904 // we simply preserve the font usage instead of pulling it out and merging
1964 // TODO(vandebo): Figure out how/if we can handle the following modes: