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

  /external/freetype/include/freetype/
ftmm.h 136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftmm.h 136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
  /external/pdfium/third_party/freetype/include/freetype/
ftmm.h 136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmm.h 136 /* strid :: The entry in `name' table (another GX version of */
149 FT_UInt strid; member in struct:FT_Var_Axis_
168 /* strid :: The entry in `name' table identifying this style. */
173 FT_UInt strid; member in struct:FT_Var_Named_Style_
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c 921 uint32_t strid = 0; local
925 strid = get_main_camera_handle(buf->stream_id);
929 if (strid) {
978 uint32_t strid = get_main_camera_handle(stream_id); local
1033 uint32_t strid = get_main_camera_handle(stream_id); local
1218 uint32_t strid = get_main_camera_handle(stream_id); local
1887 uint32_t strid = get_main_camera_handle(s_id); local
1953 uint32_t strid = get_main_camera_handle(s_id); local
2025 uint32_t strid = get_main_camera_handle(stream_id); local
2097 uint32_t strid = get_main_camera_handle(buf_map_list->buf_maps[i].stream_id); local
2176 uint32_t strid = get_main_camera_handle(stream_id); local
2827 uint32_t strid = get_main_camera_handle(stream_id); local
    [all...]
mm_camera_muxer.c 1622 uint32_t strid = 0; local
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 1033 FX_DWORD strid = 0; local
1036 strid = strid * 256 + m_Ptr[start_pos + i];
1038 strid = strid << ((4 - m_Length + start_pos) * 8);
1041 strid = strid * 256 + m_Ptr[start_pos + i];
1044 return strid;
  /external/freetype/src/truetype/
ttgxvar.c     [all...]
ttobjs.c 658 (FT_UShort)named_style->strid,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c     [all...]
ttobjs.c 657 (FT_UShort)named_style->strid,
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c     [all...]
ttobjs.c 657 (FT_UShort)named_style->strid,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
t1load.c 336 mmvar->axis[i].strid = ~0U; /* Does not apply */
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 336 mmvar->axis[i].strid = ~0U; /* Does not apply */
    [all...]

Completed in 1416 milliseconds