HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 501 - 525 of 2856) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-deserialize-json.hh 462 hb_glyph_info_t info; local
498 memset (&info, 0, sizeof (info));
505 buffer->add_info (info);
523 &info.codepoint))
529 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
533 { if (!parse_uint (tok, p, &info.cluster )) return false; }
553 { if (!parse_uint (tok, p, &info.codepoint)) return false; }
556 buffer->add_info (info);
565 { if (!parse_uint (tok, p, &info.cluster )) return false;
    [all...]
hb-buffer-deserialize-text.hh 339 hb_glyph_info_t info; local
383 &info.codepoint))
389 { if (!parse_uint (tok, p, &info.cluster )) return false; }
406 memset (&info, 0, sizeof (info));
419 &info.codepoint))
424 buffer->add_info (info);
433 { if (!parse_uint (tok, p, &info.cluster )) return false; }
436 buffer->add_info (info);
448 buffer->add_info (info);
    [all...]
hb-buffer-serialize.cc 101 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
123 hb_font_glyph_to_string (font, info[i].codepoint, g, sizeof (g));
133 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
136 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), ",\"cl\":%u", info[i].cluster));
174 hb_glyph_info_t *info = hb_buffer_get_glyph_infos (buffer, NULL); local
190 hb_font_glyph_to_string (font, info[i].codepoint, p, 128);
194 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "%u", info[i].codepoint));
197 p += MAX (0, snprintf (p, ARRAY_LENGTH (b) - (p - b), "=%u", info[i].cluster));
hb-ot-map.cc 100 feature_info_t *info = feature_infos.push(); local
101 if (unlikely (!info)) return;
102 info->tag = tag;
103 info->seq = feature_infos.len;
104 info->max_value = value;
105 info->flags = flags;
106 info->default_value = (flags & F_GLOBAL) ? value : 0;
107 info->stage[0] = current_stage[0];
108 info->stage[1] = current_stage[1];
170 const feature_info_t *info = &feature_infos[i] local
    [all...]
hb-ot-shape-complex-indic-machine.hh 1643 hb_glyph_info_t *info = buffer->info; local
    [all...]
hb-ot-shape-complex-myanmar-machine.hh 274 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
285 hb_glyph_info_t *info = buffer->info; local
325 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].myanmar_category()) &&
326 ( info[p].myanmar_category()) <= _keys[1] ?
327 ( info[p].myanmar_category()) - _keys[0] : _slen ];
hb-ot-shape-complex-sea-machine.hh 103 info[i].syllable() = (syllable_serial << 4) | syllable_type; \
114 hb_glyph_info_t *info = buffer->info; local
154 _trans = _inds[ _slen > 0 && _keys[0] <=( info[p].sea_category()) &&
155 ( info[p].sea_category()) <= _keys[1] ?
156 ( info[p].sea_category()) - _keys[0] : _slen ];
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 43 UDataInfo info; member in struct:__anon11273
80 * Get the UDataInfo.size from a const UDataInfo *info.
86 udata_getInfoSize(const UDataInfo *info);
  /external/chromium_org/third_party/lcov/contrib/galaxy/
genflat.pl 22 # This script generates std output from .info files as created by the
51 sub info(@);
77 our %info_data; # Hash containing all data from .info file
82 our @info_filenames; # List of .info files to use as data source
145 # Check for info filename
218 # Generate a set of HTML pages from contents of .info file INFO_FILENAME.
240 # Read in all specified .info files
243 info("Reading data file $_\n");
250 info("Found %d entries.\n", scalar(keys(%info_data)));
256 info("Reading baseline file $base_filename\n")
882 sub info(@) subroutine
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 68 const struct rc_opcode_info * info = local
81 for (src_idx = 0; src_idx < info->NumSrcRegs; src_idx++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.h 35 struct tgsi_shader_info info; member in struct:r300_fragment_shader_code
74 void r300_shader_read_fs_inputs(struct tgsi_shader_info* info,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 86 pipe_sampler_view info; local
88 u_sampler_view_default_template(&info, pipe, pipe->format);
89 return q.pipe->create_sampler_view(q.pipe, pipe, &info);
100 pipe_surface info {};
102 info.format = pipe->format;
103 info.usage = pipe->bind;
104 info.writable = rw;
107 info.u.buf.last_element = pipe->width0 - 1;
109 return q.pipe->create_surface(q.pipe, pipe, &info);
121 pipe_resource info {};
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 77 const struct stw_pixelformat_info *info; local
88 info = stw_pixelformat_get_info(iPixelFormat - 1);
89 if (!info) {
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-fragcoord.c 14 static struct graw_info info; variable in typeref:struct:graw_info
64 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
65 info.ctx->bind_vertex_elements_state(info.ctx, handle);
70 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
76 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
94 handle = graw_parse_vertex_shader(info.ctx, text);
95 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
fs-frontface.c 12 static struct graw_info info; variable in typeref:struct:graw_info
86 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
87 info.ctx->bind_vertex_elements_state(info.ctx, handle);
92 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
98 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
116 handle = graw_parse_vertex_shader(info.ctx, text);
117 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
fs-write-z.c 14 static struct graw_info info; variable in typeref:struct:graw_info
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
tri.c 8 static struct graw_info info; variable in typeref:struct:graw_info
52 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
53 info.ctx->bind_vertex_elements_state(info.ctx, handle);
58 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
64 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.c 97 XExtDisplayInfo *info = find_display(dpy); local
100 AppleDRICheckExtension(dpy, info, False);
102 switch ((event->u.u.type & 0x7f) - info->codes->first_event) {
133 XExtDisplayInfo *info = find_display(dpy); local
136 if (XextHasExtension(info)) {
137 *event_basep = info->codes->first_event;
138 *error_basep = info->codes->first_error;
155 XExtDisplayInfo *info = find_display(dpy); local
160 AppleDRICheckExtension(dpy, info, False);
164 req->reqType = info->codes->major_opcode
187 XExtDisplayInfo *info = find_display(dpy); local
218 XExtDisplayInfo *info = find_display(dpy); local
253 XExtDisplayInfo *info = find_display(dpy); local
289 XExtDisplayInfo *info = find_display(dpy); local
312 XExtDisplayInfo *info = find_display(dpy); local
359 XExtDisplayInfo *info = find_display(dpy); local
381 XExtDisplayInfo *info = find_display(dpy); local
436 XExtDisplayInfo *info = find_display(dpy); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
xmlconfig.h 63 * \li One in <driver>Screen caching option info and the default values
66 driOptionInfo *info; member in struct:driOptionCache
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
98 /** \brief Initialize option cache from info and parse configuration files
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
104 /** \brief Destroy option info
107 void driDestroyOptionInfo (driOptionCache *info);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.c 70 get_palette_entry(const struct cpal_format_info *info, const GLubyte *palette,
73 memcpy(pixel, palette + info->size * index, info->size);
74 return info->size;
82 paletted_to_color(const struct cpal_format_info *info, const GLubyte *palette,
88 if (info->palette_size == 16) {
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
106 pix += get_palette_entry(info, palette, ind[i], pix)
114 const struct cpal_format_info *info; local
149 const struct cpal_format_info *info; local
171 const struct cpal_format_info *info; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plresolv.h 99 PR_EXTERN(void) PL_ResolveInfo(PLResoveInfo *info); variable
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
zip_writer.cc 140 FileInfo info; local
142 info.name = filename;
144 info.offset = raw_output_->ByteCount();
145 info.size = contents.size();
146 info.crc32 = ComputeCRC32(contents);
148 files_.push_back(info);
158 output.WriteLittleEndian32(info.crc32); // crc-32
159 output.WriteLittleEndian32(info.size); // compressed size
160 output.WriteLittleEndian32(info.size); // uncompressed size
  /external/chromium_org/third_party/skia/src/effects/
SkLayerDrawLooper.cpp 40 SkPaint* SkLayerDrawLooper::addLayer(const LayerInfo& info) {
45 rec->fInfo = info;
55 LayerInfo info; local
57 info.fOffset.set(dx, dy);
58 (void)this->addLayer(info);
61 SkPaint* SkLayerDrawLooper::addLayerOnTop(const LayerInfo& info) {
66 rec->fInfo = info;
102 const LayerInfo& info) {
104 uint32_t mask = info.fFlagsMask;
106 dst->setColor(xferColor(src.getColor(), dst->getColor(), info.fColorMode))
232 LayerInfo info; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 21 SkROLockPixelsPixelRef::SkROLockPixelsPixelRef(const SkImageInfo& info)
22 : INHERITED(info, &gROLockPixelsPixelRefMutex) {}
78 SkImageInfo info; local
79 if (!GrPixelConfig2ColorType(desc.fConfig, &info.fColorType)) {
82 info.fWidth = desc.fWidth;
83 info.fHeight = desc.fHeight;
84 info.fAlphaType = kPremul_SkAlphaType;
103 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst));
110 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
111 bool transferCacheLock) : INHERITED(info) {
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_win.cpp 34 BY_HANDLE_FILE_INFORMATION info; local
35 if (0 == GetFileInformationByHandle(file, &info)) {
38 id->fVolume = info.dwVolumeSerialNumber;
39 id->fLsbSize = info.nFileIndexLow + (((ULONGLONG)info.nFileIndexHigh) << 32);

Completed in 1162 milliseconds

<<21222324252627282930>>