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

  /external/freetype/src/cff/
cffload.c 413 FT_Byte* org_bytes = idx->bytes; local
429 t[0] = org_bytes + cur_offset;
445 t[n] = org_bytes + next_offset;
452 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] );
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 410 FT_Byte* org_bytes = idx->bytes; local
426 t[0] = org_bytes + cur_offset;
442 t[n] = org_bytes + next_offset;
449 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 410 FT_Byte* org_bytes = idx->bytes; local
426 t[0] = org_bytes + cur_offset;
442 t[n] = org_bytes + next_offset;
449 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] );
    [all...]

Completed in 268 milliseconds