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

  /external/python/cpython2/Mac/Modules/
ColorPickermodule.c 45 if (!PyArg_ParseTuple(args, "O&O&", PyMac_GetStr255, prompt, QdRGB_Convert, &inColor))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymactoolbox.h 149 extern int QdRGB_Convert(PyObject *, RGBColor *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymactoolbox.h 149 extern int QdRGB_Convert(PyObject *, RGBColor *);
  /external/python/cpython2/Include/
pymactoolbox.h 164 extern int QdRGB_Convert(PyObject *, RGBColor *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 417 GLUE_CONVERT(RGBColor, QdRGB_Convert, "Carbon.Qd")
  /external/python/cpython2/Python/
mactoolboxglue.c 417 GLUE_CONVERT(RGBColor, QdRGB_Convert, "Carbon.Qd")
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 34 #define QdRGB_Convert _QdRGB_Convert
48 int QdRGB_Convert(PyObject *v, RGBColorPtr p_itself)
766 QdRGB_Convert, &opColor))
    [all...]
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 48 if( !PyArg_ParseTuple(v, "lllO&", &font, &face, &size, QdRGB_Convert, &p_itself->tsColor) )
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 55 &itself->just, QdRGB_Convert, &itself->foreColor,
56 QdRGB_Convert, &itself->backColor);
    [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 352 QdRGB_Convert, &color))
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 753 milliseconds