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

  /external/mesa3d/src/glsl/glcpp/
glcpp.c 50 ssize_t text_size = 0; local
55 if (total_read + CHUNK + 1 > text_size) {
56 text_size = text_size ? text_size * 2 : CHUNK + 1;
57 text = talloc_realloc_size (ctx, text, text_size);
  /external/chromium/chrome/browser/chromeos/
drop_shadow_label.cc 74 gfx::Size text_size = Label::GetTextSize(); local
75 text_size.SetSize(text_size.width() + drop_shadow_size_,
76 text_size.height() + drop_shadow_size_);
77 return text_size;
  /external/linux-tools-perf/util/
svghelper.c 133 double text_size; local
140 text_size = (time2pixels(end)-time2pixels(start));
142 text_size = text_size/2;
143 if (text_size > 1.25)
144 text_size = 1.25;
145 text_size = round_text_size(text_size);
147 if (text_size > MIN_TEXT_SIZE)
149 time2pixels(start), Yslot * SLOT_MULT + SLOT_HEIGHT - 1, text_size, cpu + 1)
    [all...]
  /external/libpng/
pngpread.c 1240 png_size_t text_size; local
1248 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1340 png_size_t text_size; local
1348 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1358 png_size_t text_size, key_size; local
1540 png_size_t text_size; local
1548 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 1093 png_size_t text_size; local
1096 text_size = png_ptr->buffer_size;
1099 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1191 png_size_t text_size; local
1197 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
1207 png_size_t text_size, key_size; local
1382 png_size_t text_size; local
1388 png_crc_read(png_ptr, (png_bytep)png_ptr->current_text_ptr, text_size); local
    [all...]
pngrutil.c 190 png_size_t text_size; local
200 text_size = 0;
217 text_size = prefix_size + png_sizeof(msg) + 1;
218 text = (png_charp)png_malloc_warn(png_ptr, text_size);
227 text[text_size - 1] = 0x00;
230 text_size = (png_size_t)(chunklength - (text - chunkdata) - 1);
231 text_size = png_sizeof(msg) > text_size ? text_size :
233 png_memcpy(text + prefix_size, msg, text_size + 1)
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.cc 1213 LONG text_size = static_cast<LONG>(text.size()); local
1214 DCHECK((start_offset >= 0 && start_offset <= text_size) ||
1220 start_offset = text_size;
1226 if (direction == 1 && start_offset < text_size)
1236 if (result >= text_size)
1237 return text_size;
1259 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 309 di->text_avma + di->text_size,
347 && curr->text_size > 0
349 || curr->text_avma + curr->text_size - 1 < start)) {
    [all...]
readelf.c 292 && di->text_size > 0
294 && sym_svma < text_svma + di->text_size) {
514 && di->text_size > 0
516 || *sym_avma_out >= di->text_avma + di->text_size);
568 di->text_avma + di->text_size);
    [all...]
readpdb.c     [all...]
priv_storage.h 656 SizeT text_size; member in struct:_DebugInfo
readmacho.c 351 || sym_addr >= di->text_avma+di->text_size) {
371 di->text_avma+di->text_size - sym_addr;
783 di->text_size = seg->vmsize;
    [all...]
d3basics.c 423 && di->text_size > 0
424 && *a >= di->text_debug_svma && *a < di->text_debug_svma + di->text_size) {
    [all...]
storage.c 395 di->text_avma + di->text_size,
479 di->text_avma + di->text_size - 1
928 di->text_avma, di->text_avma + di->text_size -1,
    [all...]
  /external/chromium/chrome/browser/metrics/
metrics_service.cc 1303 int text_size = pending_log_->GetEncodedLogSize(); local
1308 text_size); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvproto.h 521 CARD32 text_size B32;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 835 int size = (rep.num_attributes * sizeof(SDL_NAME(XvAttribute))) + rep.text_size;
  /external/opencv/cxcore/include/
cxcore.h     [all...]

Completed in 1928 milliseconds