Home
last modified time | relevance | path

Searched refs:res_index (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/data/
Dmakedata.mak297 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
317 ALL_RES = $(ALL_RES) res_index.res
341 ALL_RES = $(ALL_RES) curr\res_index.res
364 ALL_RES = $(ALL_RES) lang\res_index.res
387 ALL_RES = $(ALL_RES) region\res_index.res
411 ALL_RES = $(ALL_RES) zone\res_index.res
434 ALL_RES = $(ALL_RES) unit\res_index.res
457 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
480 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
503 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
[all …]
DMakefile.in378 INDEX_NAME=res_index
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayImageOperations.cpp533 for (glw::GLuint res_index = 0; res_index < m_n_resolutions; ++res_index) in iterate() local
535 glw::GLuint width = m_resolutions[res_index][DL_WIDTH]; in iterate()
536 glw::GLuint height = m_resolutions[res_index][DL_HEIGHT]; in iterate()
537 glw::GLuint depth = m_resolutions[res_index][DL_DEPTH]; in iterate()
/external/freetype/src/base/
Dftmac.c812 ResourceIndex res_index; in FT_New_Face_From_Suitcase() local
825 for ( res_index = 1; ; res_index++ ) in FT_New_Face_From_Suitcase()
830 fond = Get1IndResource( TTAG_FOND, res_index ); in FT_New_Face_From_Suitcase()
/external/freetype/builds/mac/
Dftmac.c1188 ResourceIndex res_index; in FT_New_Face_From_Suitcase() local
1201 for ( res_index = 1; ; ++res_index ) in FT_New_Face_From_Suitcase()
1206 fond = Get1IndResource( TTAG_FOND, res_index ); in FT_New_Face_From_Suitcase()
/external/pdfium/third_party/libopenjpeg20/
Dj2k.c1649 OPJ_UINT32 res_index = index + p_pocs->compno0 * step_c; in opj_j2k_check_poc_val() local
1653 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val()
1662 res_index += step_c; in opj_j2k_check_poc_val()
1678 OPJ_UINT32 res_index = index + p_pocs->compno0 * step_c; in opj_j2k_check_poc_val() local
1682 OPJ_UINT32 comp_index = res_index + layno0 * step_l; in opj_j2k_check_poc_val()
1691 res_index += step_c; in opj_j2k_check_poc_val()