HomeSort by relevance Sort by last modified time
    Searched defs:copy_data (Results 1 - 8 of 8) sorted by null

  /external/sfntly/cpp/src/sfntly/tools/subsetter/
glyph_table_subsetter.cc 77 WritableFontDataPtr copy_data; local
78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
79 data->CopyTo(copy_data);
81 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 22 void (*copy_data)(struct nouveau_context *, member in struct:nouveau_context
  /external/sfntly/cpp/src/sample/subtly/
font_assembler.cc 204 Ptr<WritableFontData> copy_data; local
205 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
206 data->CopyTo(copy_data);
208 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
  /system/extras/boot_control_copy/
boot_control_copy.cpp 98 static bool copy_data(int src_fd, int dst_fd, size_t num_bytes) function
191 if (!copy_data(src_fd, dst_fd, src_size)) {
  /toolchain/binutils/binutils-2.27/bfd/
som.h 187 struct som_copyable_section_data_struct *copy_data; member in struct:som_section_data_struct
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 261 WritableFontDataPtr copy_data; local
262 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length()));
263 data->CopyTo(copy_data);
265 glyph_builder.Attach(glyph_table_builder->GlyphBuilder(copy_data));
  /external/opencv/ml/src/
ml_inner_functions.cpp 851 bool copy_data; local
869 copy_data = tflag != CV_ROW_SAMPLE || var_idx || always_copy_data;
872 (copy_data ? 1 : 0)*var_count*sample_count*sizeof(samples[0][0])) );
879 if( !copy_data )
    [all...]
  /external/mesa3d/src/mesa/main/
dlist.c 4712 static GLvoid *copy_data(const GLvoid *data, GLsizei size, const char *func) function
    [all...]

Completed in 373 milliseconds