Searched defs:base_offset (Results 1 - 25 of 34) sorted by relevance

12

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidparse.c57 FT_ULong base_offset, offset, ps_len; local
67 base_offset = FT_STREAM_POS();
141 ps_len = offset - base_offset;
142 if ( FT_STREAM_SEEK( base_offset ) ||
/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.cc16 RingBuffer::RingBuffer(unsigned int alignment, Offset base_offset, argument
20 base_offset_(base_offset),
25 base_(static_cast<int8*>(base) - base_offset) {
/external/fio/
H A Dtickmarks.c43 int use_KMG_symbols, int base_offset)
78 else if (base_offset)
79 shorten_idx += base_offset;
91 int *power_of_ten, int use_KMG_symbols, int base_offset)
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
42 shorten(struct tickmark *tm, int nticks, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
90 calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, int *power_of_ten, int use_KMG_symbols, int base_offset) argument
H A Dgraph.c88 unsigned int base_offset; member in struct:graph
323 g->x_axis_unit_change_callback == NULL, g->base_offset);
379 g->y_axis_unit_change_callback == NULL, g->base_offset);
927 void graph_set_base_offset(struct graph *g, unsigned int base_offset) argument
929 g->base_offset = base_offset;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_ubo_reference.cpp52 void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset,
206 ir_variable *base_offset,
223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset);
239 emit_ubo_loads(element_deref, base_offset,
255 emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16);
264 ir_rvalue *offset = add(base_offset,
287 add(base_offset,
205 emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, unsigned int deref_offset) argument
/external/mesa3d/src/glsl/
H A Dlower_ubo_reference.cpp52 void emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset,
206 ir_variable *base_offset,
223 emit_ubo_loads(field_deref, base_offset, deref_offset + field_offset);
239 emit_ubo_loads(element_deref, base_offset,
255 emit_ubo_loads(col_deref, base_offset, deref_offset + i * 16);
264 ir_rvalue *offset = add(base_offset,
287 add(base_offset,
205 emit_ubo_loads(ir_dereference *deref, ir_variable *base_offset, unsigned int deref_offset) argument
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-gdef.c86 HB_UInt cur_offset, new_offset, base_offset; local
100 base_offset = FILE_Pos();
104 if ( FILE_Seek( base_offset + 4L ) ||
116 new_offset += base_offset;
137 new_offset += base_offset;
156 new_offset += base_offset;
178 gdef->MarkAttachClassDef_offset = new_offset + base_offset;
281 HB_UInt cur_offset, new_offset, base_offset; local
286 base_offset = FILE_Pos();
291 new_offset = GET_UShort() + base_offset;
388 HB_UInt cur_offset, new_offset, base_offset; local
473 HB_UInt cur_offset, new_offset, base_offset; local
549 HB_UInt cur_offset, new_offset, base_offset; local
[all...]
H A Dharfbuzz-open.c89 HB_UInt cur_offset, new_offset, base_offset; local
94 base_offset = FILE_Pos();
99 new_offset = GET_UShort() + base_offset;
103 if ( new_offset != base_offset ) /* not a NULL offset */
151 new_offset = GET_UShort() + base_offset;
207 HB_UInt cur_offset, new_offset, base_offset; local
212 base_offset = FILE_Pos();
235 new_offset = GET_UShort() + base_offset;
359 HB_UInt cur_offset, new_offset, base_offset; local
364 base_offset
482 HB_UInt cur_offset, new_offset, base_offset; local
585 HB_UInt cur_offset, new_offset, base_offset; local
1123 _HB_OPEN_Load_EmptyOrClassDefinition( HB_ClassDefinition* cd, HB_UShort limit, HB_UInt class_offset, HB_UInt base_offset, HB_Stream stream ) argument
[all...]
H A Dharfbuzz-gsub.c54 HB_UInt cur_offset, new_offset, base_offset; local
64 base_offset = FILE_Pos();
72 if ( FILE_Seek( base_offset + 4L ) ||
76 new_offset = GET_UShort() + base_offset;
90 new_offset = GET_UShort() + base_offset;
104 new_offset = GET_UShort() + base_offset;
170 HB_UInt cur_offset, new_offset, base_offset; local
175 base_offset = FILE_Pos();
181 new_offset = GET_UShort() + base_offset;
381 HB_UInt cur_offset, new_offset, base_offset; local
579 HB_UInt cur_offset, new_offset, base_offset; local
779 HB_UInt cur_offset, new_offset, base_offset; local
856 HB_UInt cur_offset, new_offset, base_offset; local
1214 HB_UInt cur_offset, new_offset, base_offset; local
1290 HB_UInt cur_offset, new_offset, base_offset; local
1465 HB_UInt cur_offset, new_offset, base_offset; local
1542 HB_UInt cur_offset, new_offset, base_offset; local
1664 HB_UInt cur_offset, new_offset, base_offset; local
2198 HB_UInt cur_offset, new_offset, base_offset; local
2275 HB_UInt cur_offset, new_offset, base_offset; local
2523 HB_UInt cur_offset, new_offset, base_offset; local
2602 HB_UInt cur_offset, new_offset, base_offset; local
2748 HB_UInt cur_offset, new_offset, base_offset; local
3460 HB_UInt cur_offset, new_offset, base_offset; local
[all...]
H A Dharfbuzz-gpos.c82 HB_UInt cur_offset, new_offset, base_offset; local
95 base_offset = FILE_Pos();
104 if ( FILE_Seek( base_offset + 4L ) ||
108 new_offset = GET_UShort() + base_offset;
122 new_offset = GET_UShort() + base_offset;
136 new_offset = GET_UShort() + base_offset;
199 HB_UInt base_offset,
266 new_offset += base_offset;
297 new_offset += base_offset;
328 new_offset += base_offset;
197 Load_ValueRecord( HB_ValueRecord* vr, HB_UShort format, HB_UInt base_offset, HB_Stream stream ) argument
563 HB_UInt cur_offset, new_offset, base_offset; local
783 HB_UInt cur_offset, new_offset, base_offset; local
864 HB_UInt cur_offset, new_offset, base_offset; local
1039 HB_UInt base_offset; local
1142 HB_UInt cur_offset, new_offset, base_offset; local
1223 HB_UInt cur_offset, new_offset1, new_offset2, base_offset; local
1382 HB_UInt cur_offset, new_offset, base_offset; local
1625 HB_UInt cur_offset, new_offset, base_offset; local
1988 HB_UInt cur_offset, new_offset, base_offset; local
2089 HB_UInt cur_offset, new_offset, base_offset; local
2303 HB_UInt cur_offset, new_offset, base_offset; local
2420 HB_UInt cur_offset, new_offset, base_offset; local
2498 HB_UInt cur_offset, new_offset, base_offset; local
2729 HB_UInt cur_offset, new_offset, base_offset; local
2824 HB_UInt cur_offset, new_offset, base_offset; local
3160 HB_UInt cur_offset, new_offset, base_offset; local
3236 HB_UInt cur_offset, new_offset, base_offset; local
3411 HB_UInt cur_offset, new_offset, base_offset; local
3488 HB_UInt cur_offset, new_offset, base_offset; local
3610 HB_UInt cur_offset, new_offset, base_offset; local
4164 HB_UInt cur_offset, new_offset, base_offset; local
4240 HB_UInt cur_offset, new_offset, base_offset; local
4487 HB_UInt cur_offset, new_offset, base_offset; local
4565 HB_UInt cur_offset, new_offset, base_offset; local
4709 HB_UInt cur_offset, new_offset, base_offset; local
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1301 FT_ULong base_offset,
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1440 FT_ULong base_offset; local
1452 base_offset = FT_STREAM_POS();
1529 base_offset,
855 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1054 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/freetype/src/cff/
H A Dcffload.c865 FT_ULong base_offset,
881 charset->offset = base_offset + offset;
1065 FT_ULong base_offset,
1103 encoding->offset = base_offset + offset;
1308 FT_ULong base_offset,
1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1447 FT_ULong base_offset; local
1459 base_offset = FT_STREAM_POS();
1536 base_offset,
862 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1061 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1304 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c858 FT_ULong base_offset,
874 charset->offset = base_offset + offset;
1058 FT_ULong base_offset,
1096 encoding->offset = base_offset + offset;
1301 FT_ULong base_offset,
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
1440 FT_ULong base_offset; local
1452 base_offset = FT_STREAM_POS();
1529 base_offset,
855 cff_charset_load( CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset, FT_Bool invert ) argument
1054 cff_encoding_load( CFF_Encoding encoding, CFF_Charset charset, FT_UInt num_glyphs, FT_Stream stream, FT_ULong base_offset, FT_ULong offset ) argument
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmcomp.c879 unsigned char *base_offset; local
897 base_offset = (unsigned char *)(base_pre + d->offset);
898 this_offset = base_offset + (br * (pre_stride)) + bc;
925 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
936 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
962 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
973 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1004 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1015 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c878 unsigned char *base_offset; local
896 base_offset = (unsigned char *)(base_pre + d->offset);
897 this_offset = base_offset + (br * (pre_stride)) + bc;
924 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
935 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
961 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
972 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1003 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
1014 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc1242 int base_offset = kFirstRegisterOnStack - local
1246 __ Add(base, frame_pointer(), base_offset);
1258 MemOperand(frame_pointer(), base_offset)); local
1259 base_offset -= kWRegSize * 2;
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c1249 uint64_t offset, base_offset; local
1405 base_offset = r600_resource_va(rctx->context.screen, pipe_tex);
1408 surf->cb_color_base = (base_offset + offset) >> 8;
1421 surf->cb_color_fmask = (base_offset + rtex->fmask_offset) >> 8;
1422 surf->cb_color_cmask = (base_offset + rtex->cmask_offset) >> 8;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_visitor.cpp2452 * from scratch space at @base_offset to @temp.
2454 * @base_offset is measured in 32-byte units (the size of a register).
2459 int base_offset)
2461 int reg_offset = base_offset + orig_src.reg_offset;
2469 * to @orig_dst to scratch space at @base_offset, from @temp.
2471 * @base_offset is measured in 32-byte units (the size of a register).
2476 int base_offset)
2478 int reg_offset = base_offset + orig_dst.reg_offset;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2576 int base_offset)
2574 emit_pull_constant_load(vec4_instruction *inst, dst_reg temp, src_reg orig_src, int base_offset) argument
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1653 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
2228 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1647 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
2223 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1614 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
2183 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h1662 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
2233 uint32_t base_offset() const { return hydrogen()->base_offset(); } function in class:v8::internal::V8_FINAL
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc1280 size_t base_offset = 0; local
1285 &base_offset);
1289 size_t link_start = offsets[i] + base_offset;

Completed in 669 milliseconds

12