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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
findtext.dlg 20 AUTORADIOBUTTON "&Down",rad2,138,38,35,12
icmui.dlg 17 CONTROL "&Proofing: See colors on your monitor and/or printer as they would appear on another device.",rad2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,51,310,10
prnsetup.dlg 30 RADIOBUTTON "&Selection",rad2,16,138,64,12
71 RADIOBUTTON "L&andscape",rad2,224,126,52,12
93 RADIOBUTTON "L&andscape",rad2,16,190,52,12
116 RADIOBUTTON "Selec&tion",rad2,7,24,49,10
dlgs.h 48 #define rad2 0x0421 macro
  /external/skia/src/core/
SkRRect.cpp 133 static double compute_min_scale(double rad1, double rad2, double limit, double curMin) {
134 if ((rad1 + rad2) > limit) {
135 return SkTMin(curMin, limit / (rad1 + rad2));

Completed in 165 milliseconds