Searched refs:cx2 (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/user/user32/misc/ |
H A D | exticon.c | 303 UINT cx1, cx2, cy1, cy2; in ICO_ExtractIconExW() local 412 cx2 = HIWORD(cxDesired); in ICO_ExtractIconExW() 482 … if (cx2 && cy2) pIconId[++i] = LookupIconIdFromDirectoryEx(pCIDir, TRUE, cx2, cy2, flags); in ICO_ExtractIconExW() 501 if (cx2 && cy2) in ICO_ExtractIconExW() 503 cx2, cy2, flags); in ICO_ExtractIconExW() 519 INT cx[2] = {cx1, cx2}, cy[2] = {cy1, cy2}; in ICO_ExtractIconExW() 522 for(index = 0; index < (cx2 || cy2 ? 2 : 1); index++) in ICO_ExtractIconExW() 731 … if (cx2 && cy2) pIconId[++i] = LookupIconIdFromDirectoryEx(igdata, TRUE, cx2, cy2, flags); in ICO_ExtractIconExW() 801 if (cx2 && cy2) in ICO_ExtractIconExW() 803 TRUE, 0x00030000, cx2, cy2, flags); in ICO_ExtractIconExW() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/raster/ |
H A D | ftraster.c | 1591 Long cx2, in Cubic_To() argument 1605 ras.arc[1].x = cx2; in Cubic_To()
|