HomeSort by relevance Sort by last modified time
    Searched refs:text_length (Results 26 - 48 of 48) sorted by null

12

  /frameworks/rs/
rsScriptC.cpp 377 const char *text, size_t text_length)
381 if (!s->runCompiler(rsc, resName, cacheDir, (uint8_t *)text, text_length)) {
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 897 buf->text_length = 0;
930 buf->text_length = normalize_text (get_buffer (pending_text),
932 buf->text = MEMDUP(get_buffer(pending_text), buf->text_length, char);
1174 cur_cmd->x.cmd_txt.text_length = 0;
    [all...]
execute.c     [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 417 const size_t text_length = text_.length(); local
418 colors_.SetMax(text_length);
422 break_list.SetMax(text_length);
551 size_t text_length = text().length(); local
552 Range range(std::min(model.selection().start(), text_length),
553 std::min(model.caret_pos(), text_length));
953 const size_t text_length = layout_text.length(); local
    [all...]
render_text_win.cc 251 int text_length,
262 ScriptStringAnalyse(meta_file_dc, text, text_length, 0, -1,
    [all...]
render_text_unittest.cc 151 const size_t text_length = render_text->text().length(); local
152 render_text->ApplyColor(SK_ColorRED, Range(0, text_length));
153 render_text->ApplyStyle(BOLD, true, Range(2, text_length));
165 render_text->ApplyStyle(ITALIC, true, Range(7, text_length));
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 981 text->text_length = 0; /* libpng calculates this */
997 text->text_length = load_file(param+1, &file);
1010 text->text_length = fake_len;
    [all...]
pngvalid.c     [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 439 const SkTypeface& typeface, const wchar_t* text, unsigned int text_length) {
442 g_skia_ensure_typeface_characters_accessible(lf, text, text_length);
  /external/chromium_org/v8/src/
jsregexp.cc 3487 int text_length = local
3955 int text_length = GreedyLoopTextLengthForAlternative(&alternatives_->at(0)); local
    [all...]
jsregexp.h     [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 443 png_text_[pos].text_length = comment.text.length();
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 544 png_text_[pos].text_length = comment.text.length();
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 1733 int text_length = pages_[current_page]->GetCharCount(); local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c     [all...]
pngpread.c     [all...]
png.h 709 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c     [all...]
pngpread.c     [all...]
png.h 712 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /external/libpng/
pngrutil.c     [all...]
png.h 694 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 655 png_size_t text_length; /* length of the text string */ member in struct:png_text_struct
    [all...]

Completed in 2788 milliseconds

12