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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusPath.h 1365 ARGB* argbs = (ARGB*) new ARGB[count1]; local
1509 ARGB* argbs = (ARGB*) new ARGB[count]; local
1540 ARGB* argbs = (ARGB*) new ARGB[count]; local
    [all...]
GdiPlusBrush.h 702 ARGB *argbs = (ARGB*) new BYTE[count*sizeof(ARGB)];
704 if (argbs)
708 argbs[i] = presetColors[i].GetValue();
713 argbs,
716 delete [] argbs;
732 ARGB* argbs = (ARGB*) new BYTE[count*sizeof(ARGB)];
734 if (!argbs)
740 argbs,
747 presetColors[i] = Color(argbs[i]);
751 delete [] argbs;
    [all...]

Completed in 143 milliseconds