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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
bsd.h 59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
62 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
70 fprintf ((FILE), ",%u\n", (int)(ROUNDED)))
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 57 ROUNDED,
675 * @param radiusX Sets the X radius for BorderStyle.ROUNDED. Use null for all other styles.
676 * @param radiusY Sets the Y radius for BorderStyle.ROUNDED. Use null for all other styles.
679 if (style == Plot.BorderStyle.ROUNDED) {
681 throw new IllegalArgumentException("radiusX and radiusY cannot be null when using BorderStyle.ROUNDED");
696 case ROUNDED:
708 case ROUNDED:

Completed in 1217 milliseconds