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

  /external/opencv/otherlibs/highgui/
grfmt_tiff.cpp 57 m_description = "TIFF Files (*.tiff;*.tif)";
115 TIFF* tif = (TIFF*)m_tif; local
116 TIFFClose( tif );
135 TIFF* tif = TIFFOpen( m_filename, "r" ); local
137 if( tif )
140 m_tif = tif;
142 if( TIFFRGBAImageOK( tif, errmsg ) &&
143 TIFFGetField( tif, TIFFTAG_IMAGEWIDTH, &width ) &&
144 TIFFGetField( tif, TIFFTAG_IMAGELENGTH, &height ) &&
145 TIFFGetField( tif, TIFFTAG_PHOTOMETRIC, &photometric ) &&
174 TIFF* tif = (TIFF*)m_tif; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 920 struct cil_tunableif *tif = node->data; local
924 cil_tree_print_expr(tif->datum_expr, tif->str_expr);
    [all...]
cil_build_ast.c 2602 struct cil_tunableif *tif = NULL; local
    [all...]
cil_resolve_ast.c 2915 struct cil_tunableif *tif = (struct cil_tunableif*)current->data; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 6831 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7026 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7053 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7080 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7107 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7134 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7161 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; local
7189 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
7217 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data; local
    [all...]

Completed in 144 milliseconds