HomeSort by relevance Sort by last modified time
    Searched refs:textOut (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfFont.h 81 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const = 0;
100 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const {
104 textOut->text = new uint16_t[textIn.len / 2];
105 textOut->len = textIn.len / 2;
107 for (int i = 0; i < textOut->len; i++) {
108 textOut->text[i] = ((text[i] << 8) & 0xff00) | ((text[i] >> 8) & 0x00ff);
124 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const {
128 textOut->text = new uint16_t[textIn.len];
129 textOut->len = textIn.len;
131 for (int i = 0; i < textOut->len; i++)
    [all...]
  /external/skia/experimental/PdfViewer/
SkPdfFont.h 81 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const = 0;
100 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const {
104 textOut->text = new uint16_t[textIn.len / 2];
105 textOut->len = textIn.len / 2;
107 for (int i = 0; i < textOut->len; i++) {
108 textOut->text[i] = ((text[i] << 8) & 0xff00) | ((text[i] >> 8) & 0x00ff);
124 virtual bool decodeText(const SkUnencodedText& textIn, SkDecodedText* textOut) const {
128 textOut->text = new uint16_t[textIn.len];
129 textOut->len = textIn.len;
131 for (int i = 0; i < textOut->len; i++)
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]

Completed in 64 milliseconds