HomeSort by relevance Sort by last modified time
    Searched refs:num_params (Results 51 - 73 of 73) sorted by null

1 23

  /external/freetype/src/base/
ftobjs.c 2216 FT_Int num_params = 0; local
2250 FT_Int num_params = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftobjs.c 2118 FT_Int num_params = 0; local
2152 FT_Int num_params = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1objs.c 289 /* num_params :: Number of additional generic parameters. Ignored. */
303 FT_Int num_params,
313 FT_UNUSED( num_params );
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftdriver.h 34 FT_Int num_params,
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c 825 FT_Int num_params,
835 FT_UNUSED( num_params );
976 FT_Int num_params,
1000 for ( i = 0; i < num_params; i++ )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 498 /* num_params :: Number of additional generic parameters. Ignored. */
512 FT_Int num_params,
538 error = sfnt->init_face( stream, face, face_index, num_params, params );
566 error = sfnt->load_face( stream, face, face_index, num_params, params );
691 for ( i = 0; i < num_params && !face->unpatented_hinting; i++ )
    [all...]
  /system/bt/stack/include/
sdp_api.h 138 uint16_t num_params; member in struct:__anon106508
  /system/bt/stack/sdp/
sdp_api.cc 657 p_elem->num_params = 0;
666 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u16;
668 p_elem->params[p_elem->num_params++] = p_sattr->attr_value.v.u8;
670 if (p_elem->num_params >= SDP_MAX_PROTOCOL_PARAMS) break;
    [all...]
sdp_db.cc 207 len = 3 + (p_elem_list->num_params * 3);
221 for (yy = 0; yy < p_elem_list->num_params; yy++) {
  /external/freetype/src/sfnt/
sfobjs.c 855 FT_Int num_params,
865 FT_UNUSED( num_params );
    [all...]
  /external/freetype/src/cff/
cffobjs.c 485 FT_Int num_params,
521 error = sfnt->init_face( stream, face, face_index, num_params, params );
546 num_params, params );
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 499 /* num_params :: Number of additional generic parameters. Ignored. */
513 FT_Int num_params,
540 error = sfnt->init_face( stream, face, face_index, num_params, params );
568 error = sfnt->load_face( stream, face, face_index, num_params, params );
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffobjs.c 485 FT_Int num_params,
519 error = sfnt->init_face( stream, face, face_index, num_params, params );
544 num_params, params );
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 1244 int num_params; local
1272 num_params = 0;
1286 num_params = curr->expr_type == COND_NOT ? 1 : 2;
1288 if (num_params == 1) {
1314 len = strlen(val1) + strlen(val2) + strlen(op) + (num_params * 1) + 2 + 1;
1700 uint32_t num_params; local
    [all...]
  /art/runtime/
reflection.cc 371 uint32_t num_params = params->Size(); local
378 for (uint32_t i = 0; i < num_params; i++) {
    [all...]
class_linker.cc 8372 uint32_t num_params; local
    [all...]
  /external/freetype/include/freetype/
freetype.h 2014 FT_Int num_params; member in struct:FT_Open_Args_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
freetype.h 1973 FT_Int num_params; member in struct:FT_Open_Args_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h 1954 FT_Int num_params; member in struct:FT_Open_Args_
    [all...]
  /system/nfc/src/nfc/include/
nfc_api.h     [all...]
  /device/google/dragon/recovery/updater/
ec_commands.h 2170 uint8_t num_params; member in struct:ec_response_tmp006_get_calibration_v1
2178 uint8_t num_params; member in struct:ec_params_tmp006_set_calibration_v1
    [all...]
  /system/bt/stack/gatt/
gatt_utils.cc 973 proto_elem_list[0].num_params = 1;
976 proto_elem_list[1].num_params = 2;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 658 unsigned num_params = dxbc_parse_signature(sig, &params); local
693 for(unsigned i = 0; i < num_params && num_params_to_use < D3D11_IA_VERTEX_INPUT_STRUCTURE_ELEMENT_COUNT; ++i)
    [all...]

Completed in 1240 milliseconds

1 23