HomeSort by relevance Sort by last modified time
    Searched full:temp_scale (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/freetype/src/cid/
cidload.c 156 FT_Fixed temp_scale; local
175 temp_scale = FT_ABS( temp[3] );
177 if ( temp_scale == 0 )
184 /* 1000 / temp_scale, because temp_scale was already multiplied by */
187 root->units_per_EM = (FT_UShort)FT_DivFix( 1000, temp_scale );
190 if ( temp_scale != 0x10000L )
192 temp[0] = FT_DivFix( temp[0], temp_scale );
193 temp[1] = FT_DivFix( temp[1], temp_scale );
194 temp[2] = FT_DivFix( temp[2], temp_scale );
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 26 * @temp_scale: LSBs / degrees C.
41 const char *temp_scale; member in struct:inv_sysfs_names_s
inv_sysfs_utils.c 214 count = inv_sysfs_read((char*)names->temp_scale, sizeof(str), str);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
inv_sysfs_utils.h 20 * @temp_scale: LSBs / degrees C.
35 const char *temp_scale; member in struct:inv_sysfs_names_s
inv_sysfs_utils.c 208 count = inv_sysfs_read((char*)names->temp_scale, sizeof(str), str);
  /external/pdfium/third_party/freetype/src/type1/
t1load.c 1102 FT_Fixed temp_scale; local
    [all...]

Completed in 1050 milliseconds