Searched refs:old_base (Results 1 – 8 of 8) sorted by relevance
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/freetype/src/psaux/ |
D | psobjs.c | 100 FT_Byte* old_base ) in shift_elements() argument 102 FT_PtrDist delta = table->block - old_base; in shift_elements() 120 FT_Byte* old_base = table->block; in reallocate_t1_table() local 127 table->block = old_base; in reallocate_t1_table() 132 if ( old_base ) in reallocate_t1_table() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 135 shift_elements( table, old_base ); in reallocate_t1_table() 136 FT_FREE( old_base ); in reallocate_t1_table() 238 FT_Byte* old_base = table->block; in ps_table_done() local 242 if ( !old_base ) in ps_table_done() [all …]
|
/external/webrtc/tools/valgrind-webrtc/ |
D | webrtc_tests.py | 77 old_base, _ = os.path.split(script_dir) 78 new_dir = os.path.join(old_base, 'valgrind')
|
/external/clang/utils/VtableTest/ |
D | gen.cc | 86 int old_base = -1; in gs() local 132 old_base = base; in gs()
|
/external/webp/src/dec/ |
D | idec.c | 170 const uint8_t* const old_base = in AppendToMemBuffer() local 180 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 187 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | idec.c | 160 const uint8_t* const old_base = in AppendToMemBuffer() local 170 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer() 177 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
|
/external/mksh/src/ |
D | lex.c | 1780 Lex_state *old_base = si->base; in pop_state_i() local 1785 afree(old_base, ATEMP); in pop_state_i()
|