cx 105 chrome/utility/importer/nss_decryptor_mac.h (*PK11SDRDecryptFunc)(SECItem *data, SECItem *result, void *cx); cx 182 chrome/utility/importer/nss_decryptor_system_nss.cc PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const { cx 205 chrome/utility/importer/nss_decryptor_system_nss.cc key = PK11_FindFixedKey(slot, type, &sdrResult.keyid, cx); cx 226 chrome/utility/importer/nss_decryptor_system_nss.cc PK11SymKey *keyList = PK11_ListFixedKeysInSlot(slot, NULL, cx); cx 54 chrome/utility/importer/nss_decryptor_system_nss.h PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const; cx 102 chrome/utility/importer/nss_decryptor_win.h (*PK11SDRDecryptFunc)(SECItem *data, SECItem *result, void *cx); cx 1062 content/child/npapi/webplugin_delegate_impl_win.cc win_pos.cx = window_rect_.width(); cx 197 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp SkScalar cx = SkIntToScalar(left + width / 2); cx 202 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp canvas->drawCircle(cx, cy, radius, paint); cx 206 content/shell/renderer/test_runner/WebTestThemeEngineMock.cpp canvas->drawCircle(cx, cy, radius, paint); cx 50 crypto/third_party/nss/chromium-blapi.h extern void SHA256_DestroyContext(SHA256Context *cx, PRBool freeit); cx 51 crypto/third_party/nss/chromium-blapi.h extern void SHA256_Begin(SHA256Context *cx); cx 52 crypto/third_party/nss/chromium-blapi.h extern void SHA256_Update(SHA256Context *cx, const unsigned char *input, cx 54 crypto/third_party/nss/chromium-blapi.h extern void SHA256_End(SHA256Context *cx, unsigned char *digest, cx 59 crypto/third_party/nss/chromium-blapi.h extern void SHA256_TraceState(SHA256Context *cx); cx 60 crypto/third_party/nss/chromium-blapi.h extern unsigned int SHA256_FlattenSize(SHA256Context *cx); cx 61 crypto/third_party/nss/chromium-blapi.h extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space); cx 68 crypto/third_party/nss/chromium-blapi.h extern void SHA512_DestroyContext(SHA512Context *cx, PRBool freeit); cx 69 crypto/third_party/nss/chromium-blapi.h extern void SHA512_Begin(SHA512Context *cx); cx 70 crypto/third_party/nss/chromium-blapi.h extern void SHA512_Update(SHA512Context *cx, const unsigned char *input, cx 72 crypto/third_party/nss/chromium-blapi.h extern void SHA512_End(SHA512Context *cx, unsigned char *digest, cx 77 crypto/third_party/nss/chromium-blapi.h extern void SHA512_TraceState(SHA512Context *cx); cx 78 crypto/third_party/nss/chromium-blapi.h extern unsigned int SHA512_FlattenSize(SHA512Context *cx); cx 79 crypto/third_party/nss/chromium-blapi.h extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space); cx 86 crypto/third_party/nss/chromium-blapi.h extern void SHA384_DestroyContext(SHA384Context *cx, PRBool freeit); cx 87 crypto/third_party/nss/chromium-blapi.h extern void SHA384_Begin(SHA384Context *cx); cx 88 crypto/third_party/nss/chromium-blapi.h extern void SHA384_Update(SHA384Context *cx, const unsigned char *input, cx 90 crypto/third_party/nss/chromium-blapi.h extern void SHA384_End(SHA384Context *cx, unsigned char *digest, cx 95 crypto/third_party/nss/chromium-blapi.h extern void SHA384_TraceState(SHA384Context *cx); cx 96 crypto/third_party/nss/chromium-blapi.h extern unsigned int SHA384_FlattenSize(SHA384Context *cx); cx 97 crypto/third_party/nss/chromium-blapi.h extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space); cx 140 mojo/services/native_viewport/native_viewport_win.cc window_pos->cx, window_pos->cy)); cx 186 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc int cx = mouse_.x(); cx 188 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc int minx = cx - radius <= 0 ? 1 : cx - radius; cx 189 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc int maxx = cx + radius >= width ? width - 1 : cx + radius; cx 194 native_client_sdk/src/examples/api/graphics_2d/graphics_2d.cc if ((x - cx) * (x - cx) + (y - cy) * (y - cy) < radius * radius) cx 75 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc void DrawCircle(int cx, int cy, float alpha_radius, float radius, cx 83 native_client_sdk/src/examples/api/mouse_cursor/mouse_cursor.cc int dx = (x - cx); cx 2011 net/third_party/nss/ssl/ssl3con.c AESContext *cx; cx 2049 net/third_party/nss/ssl/ssl3con.c cx = (AESContext *)keys->cipher_context; cx 2050 net/third_party/nss/ssl/ssl3con.c rv = AES_InitContext(cx, keys->write_key_item.data, cx 2058 net/third_party/nss/ssl/ssl3con.c rv = AES_Decrypt(cx, out, &uOutLen, maxout, in, inlen); cx 2060 net/third_party/nss/ssl/ssl3con.c rv = AES_Encrypt(cx, out, &uOutLen, maxout, in, inlen); cx 2062 net/third_party/nss/ssl/ssl3con.c AES_DestroyContext(cx, PR_FALSE); cx 2481 net/third_party/nss/ssl/ssl3con.c rv = HMAC_Init(cx, hashObj, cx 2485 net/third_party/nss/ssl/ssl3con.c rv = HMAC_Init(cx, hashObj, cx 2490 net/third_party/nss/ssl/ssl3con.c HMAC_Begin(cx); cx 2491 net/third_party/nss/ssl/ssl3con.c HMAC_Update(cx, header, headerLen); cx 2492 net/third_party/nss/ssl/ssl3con.c HMAC_Update(cx, input, inputLength); cx 2493 net/third_party/nss/ssl/ssl3con.c rv = HMAC_Finish(cx, outbuf, outLength, spec->mac_size); cx 2494 net/third_party/nss/ssl/ssl3con.c HMAC_Destroy(cx, PR_FALSE); cx 1325 net/third_party/nss/ssl/sslcon.c PK11Context * cx = 0; cx 1341 net/third_party/nss/ssl/sslcon.c cx = PK11_CreateDigestContext(SEC_OID_MD5); cx 1342 net/third_party/nss/ssl/sslcon.c if (cx == NULL) { cx 1363 net/third_party/nss/ssl/sslcon.c rv = PK11_DigestBegin(cx); cx 1364 net/third_party/nss/ssl/sslcon.c rv |= PK11_DigestOp(cx, masterKey->data, masterKey->len); cx 1365 net/third_party/nss/ssl/sslcon.c rv |= PK11_DigestOp(cx, &countChar, 1); cx 1366 net/third_party/nss/ssl/sslcon.c rv |= PK11_DigestOp(cx, challenge, SSL_CHALLENGE_BYTES); cx 1367 net/third_party/nss/ssl/sslcon.c rv |= PK11_DigestOp(cx, nonce, SSL_CONNECTIONID_BYTES); cx 1368 net/third_party/nss/ssl/sslcon.c rv |= PK11_DigestFinal(cx, km+off, &part, MD5_LENGTH); cx 1382 net/third_party/nss/ssl/sslcon.c PK11_DestroyContext(cx, PR_TRUE); cx 224 net/url_request/url_request_throttler_simulation_unittest.cc int cx = tx / ticks_per_column; cx 226 net/url_request/url_request_throttler_simulation_unittest.cc columns[cx] = 0; cx 227 net/url_request/url_request_throttler_simulation_unittest.cc columns[cx] += requests_per_tick_[tx]; cx 233 net/url_request/url_request_throttler_simulation_unittest.cc for (int cx = 0; cx < num_columns; ++cx) cx 234 net/url_request/url_request_throttler_simulation_unittest.cc max_value = std::max(max_value, columns[cx]); cx 258 net/url_request/url_request_throttler_simulation_unittest.cc for (int cx = 0; cx < num_printed_columns; ++cx) { cx 265 net/url_request/url_request_throttler_simulation_unittest.cc if (range_min < columns[cx] && columns[cx] <= range_max) cx 263 sandbox/win/sandbox_poc/main_ui_window.cc list_view_column.cx = 10000; // Maximum size of an entry in the list view. cx 282 sandbox/win/sandbox_poc/main_ui_window.cc void MainUIWindow::OnSize(HWND window, UINT state, int cx, int cy) { cx 292 sandbox/win/sandbox_poc/main_ui_window.cc cx, // width cx 98 sandbox/win/sandbox_poc/main_ui_window.h void OnSize(HWND window, UINT state, int cx, int cy); cx 187 skia/ext/recursive_gaussian_convolution_unittest.cc const int cx = centre_point.x(); cx 189 skia/ext/recursive_gaussian_convolution_unittest.cc unsigned char value_x = output[dest_row_stride * cy + cx]; cx 196 skia/ext/recursive_gaussian_convolution_unittest.cc EXPECT_EQ(output[dest_row_stride * cy + cx - offset], cx 197 skia/ext/recursive_gaussian_convolution_unittest.cc output[dest_row_stride * cy + cx + offset]); cx 198 skia/ext/recursive_gaussian_convolution_unittest.cc EXPECT_LE(output[dest_row_stride * cy + cx - offset], value_x); cx 199 skia/ext/recursive_gaussian_convolution_unittest.cc value_x = output[dest_row_stride * cy + cx - offset]; cx 202 skia/ext/recursive_gaussian_convolution_unittest.cc EXPECT_EQ(output[dest_row_stride * (cy - offset) + cx], cx 203 skia/ext/recursive_gaussian_convolution_unittest.cc output[dest_row_stride * (cy + offset) + cx]); cx 204 skia/ext/recursive_gaussian_convolution_unittest.cc EXPECT_LE(output[dest_row_stride * (cy - offset) + cx], value_y); cx 205 skia/ext/recursive_gaussian_convolution_unittest.cc value_y = output[dest_row_stride * (cy - offset) + cx]; cx 248 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh hb_position_t cx, cy; cx 252 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); cx 253 third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh *x = ret && x_ppem ? cx : font->em_scale_x (xCoordinate); cx 193 third_party/npapi/npspy/windows/gui_main.cpp static void onSize(HWND hWnd, UINT state, int cx, int cy) cx 1922 third_party/wtl/include/atlctrls.h BOOL GetIconSize(int& cx, int& cy) const cx 1925 third_party/wtl/include/atlctrls.h return ImageList_GetIconSize(m_hImageList, &cx, &cy); cx 1931 third_party/wtl/include/atlctrls.h return ImageList_GetIconSize(m_hImageList, (int*)&size.cx, (int*)&size.cy); cx 1934 third_party/wtl/include/atlctrls.h BOOL SetIconSize(int cx, int cy) cx 1937 third_party/wtl/include/atlctrls.h return ImageList_SetIconSize(m_hImageList, cx, cy); cx 1943 third_party/wtl/include/atlctrls.h return ImageList_SetIconSize(m_hImageList, size.cx, size.cy); cx 1959 third_party/wtl/include/atlctrls.h BOOL Create(int cx, int cy, UINT nFlags, int nInitial, int nGrow) cx 1962 third_party/wtl/include/atlctrls.h m_hImageList = ImageList_Create(cx, cy, nFlags, nInitial, nGrow); cx 1966 third_party/wtl/include/atlctrls.h BOOL Create(ATL::_U_STRINGorID bitmap, int cx, int nGrow, COLORREF crMask) cx 1969 third_party/wtl/include/atlctrls.h m_hImageList = ImageList_LoadBitmap(ModuleHelper::GetResourceInstance(), bitmap.m_lpstr, cx, nGrow, crMask); cx 1973 third_party/wtl/include/atlctrls.h BOOL CreateFromImage(ATL::_U_STRINGorID image, int cx, int nGrow, COLORREF crMask, UINT uType, UINT uFlags = LR_DEFAULTCOLOR | LR_DEFAULTSIZE) cx 1976 third_party/wtl/include/atlctrls.h m_hImageList = ImageList_LoadImage(ModuleHelper::GetResourceInstance(), image.m_lpstr, cx, nGrow, crMask, uType, uFlags); cx 3056 third_party/wtl/include/atlctrls.h BOOL SetColumnWidth(int nCol, int cx) cx 3059 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SETCOLUMNWIDTH, nCol, MAKELPARAM(cx, 0)); cx 3177 third_party/wtl/include/atlctrls.h DWORD SetIconSpacing(int cx, int cy) cx 3181 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_SETICONSPACING, 0, MAKELPARAM(cx, cy)); cx 3194 third_party/wtl/include/atlctrls.h sizeSpacing.cx = GET_X_LPARAM(dwRet); cx 3598 third_party/wtl/include/atlctrls.h column.cx = nWidth; cx 3707 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, LVM_SCROLL, size.cx, size.cy); cx 3752 third_party/wtl/include/atlctrls.h DWORD ApproximateViewRect(int cx = -1, int cy = -1, int nCount = -1) cx 3755 third_party/wtl/include/atlctrls.h return (DWORD)::SendMessage(m_hWnd, LVM_APPROXIMATEVIEWRECT, nCount, MAKELPARAM(cx, cy)); cx 3774 third_party/wtl/include/atlctrls.h lvc.cx = GetStringWidth(lvc.pszText) + cxOffset; cx 5361 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(size.cx, size.cy)); cx 5364 third_party/wtl/include/atlctrls.h BOOL SetButtonSize(int cx, int cy) cx 5367 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBUTTONSIZE, 0, MAKELPARAM(cx, cy)); cx 5373 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(size.cx, size.cy)); cx 5376 third_party/wtl/include/atlctrls.h BOOL SetBitmapSize(int cx, int cy) cx 5379 third_party/wtl/include/atlctrls.h return (BOOL)::SendMessage(m_hWnd, TB_SETBITMAPSIZE, 0, MAKELPARAM(cx, cy)); cx 5504 third_party/wtl/include/atlctrls.h size.cx = LOWORD(dwRet); cx 5566 third_party/wtl/include/atlctrls.h int iImage, WORD cx, int iCommand, DWORD_PTR lParam) cx 5576 third_party/wtl/include/atlctrls.h tbbi.cx = cx; cx 5668 third_party/wtl/include/atlctrls.h lpSizePadding->cx = GET_X_LPARAM(dwRet); cx 5672 third_party/wtl/include/atlctrls.h void SetPadding(int cx, int cy, LPSIZE lpSizePadding = NULL) cx 5675 third_party/wtl/include/atlctrls.h DWORD dwRet = (DWORD)::SendMessage(m_hWnd, TB_SETPADDING, 0, MAKELPARAM(cx, cy)); cx 5678 third_party/wtl/include/atlctrls.h lpSizePadding->cx = GET_X_LPARAM(dwRet); cx 6314 third_party/wtl/include/atlctrls.h DWORD dwSize = (DWORD)::SendMessage(m_hWnd, TCM_SETITEMSIZE, 0, MAKELPARAM(size.cx, size.cy)); cx 6319 third_party/wtl/include/atlctrls.h void SetItemSize(int cx, int cy) cx 6322 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETITEMSIZE, 0, MAKELPARAM(cx, cy)); cx 6328 third_party/wtl/include/atlctrls.h ::SendMessage(m_hWnd, TCM_SETPADDING, 0, MAKELPARAM(size.cx, size.cy)); cx 395 third_party/wtl/include/atlctrlw.h return SetImageSize(size.cx, size.cy); cx 398 third_party/wtl/include/atlctrlw.h bool SetImageSize(int cx, int cy) cx 413 third_party/wtl/include/atlctrlw.h if(cx == 0 || cy == 0) cx 416 third_party/wtl/include/atlctrlw.h m_szBitmap.cx = cx; cx 418 third_party/wtl/include/atlctrlw.h m_szButton.cx = m_szBitmap.cx + 2 * s_kcxButtonMargin; cx 706 third_party/wtl/include/atlctrlw.h if(size.cx != m_szBitmap.cx || size.cy != m_szBitmap.cy) cx 2131 third_party/wtl/include/atlctrlw.h RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy }; // button rect cx 2140 third_party/wtl/include/atlctrlw.h SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy }; cx 2141 third_party/wtl/include/atlctrlw.h sz.cx /= 2; cx 2143 third_party/wtl/include/atlctrlw.h POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy }; cx 2196 third_party/wtl/include/atlctrlw.h int cxButn = m_szButton.cx; cx 2265 third_party/wtl/include/atlctrlw.h RECT rcButn = { rcItem.left, rcItem.top, rcItem.left + m_szButton.cx, rcItem.top + m_szButton.cy }; // button rect cx 2282 third_party/wtl/include/atlctrlw.h SIZE sz = { rcButn.right - rcButn.left - m_szBitmap.cx, rcButn.bottom - rcButn.top - m_szBitmap.cy }; cx 2283 third_party/wtl/include/atlctrlw.h sz.cx /= 2; cx 2285 third_party/wtl/include/atlctrlw.h POINT point = { rcButn.left + sz.cx, rcButn.top + sz.cy }; cx 2313 third_party/wtl/include/atlctrlw.h int cxButn = m_szButton.cx; cx 2357 third_party/wtl/include/atlctrlw.h ildp.cx = 0; cx 2374 third_party/wtl/include/atlctrlw.h bmp.CreateCompatibleBitmap(dc, m_szBitmap.cx, m_szBitmap.cy); cx 2378 third_party/wtl/include/atlctrlw.h dcMem.PatBlt(0, 0, m_szBitmap.cx, m_szBitmap.cy, WHITENESS); cx 2383 third_party/wtl/include/atlctrlw.h dc.DitherBlt(point.x, point.y, m_szBitmap.cx, m_szBitmap.cy, dcMem, NULL, 0, 0, hBrushBackground, hBrush3DEffect, hBrushDisabledImage); cx 2405 third_party/wtl/include/atlctrlw.h size.cx = ::GetSystemMetrics(SM_CXMENUCHECK); cx 2407 third_party/wtl/include/atlctrlw.h bmp.CreateCompatibleBitmap(dc, size.cx, size.cy); cx 2412 third_party/wtl/include/atlctrlw.h if((rc.right - rc.left) > size.cx) cx 2414 third_party/wtl/include/atlctrlw.h rcDest.left = rc.left + (rc.right - rc.left - size.cx) / 2; cx 2415 third_party/wtl/include/atlctrlw.h rcDest.right = rcDest.left + size.cx; cx 2454 third_party/wtl/include/atlctrlw.h bmpMask.CreateBitmap(size.cx, size.cy, 1, 1, NULL); cx 2458 third_party/wtl/include/atlctrlw.h int cx = rcDest.right - rcDest.left; cx 2466 third_party/wtl/include/atlctrlw.h dcMask.BitBlt(0, 0, size.cx, size.cy, dcSource, 0, 0, SRCCOPY); cx 2468 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT); cx 2469 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, SRCAND); cx 2470 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, SRCINVERT); cx 2480 third_party/wtl/include/atlctrlw.h RECT rcSource = { 0, 0, __min(size.cx, rc.right - rc.left), __min(size.cy, rc.bottom - rc.top) }; cx 2496 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcMask, 0, 0, ROP_DSno); cx 2497 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcSource, 0, 0, ROP_DSa); cx 2505 third_party/wtl/include/atlctrlw.h dcSource.BitBlt(0, 0, size.cx, size.cy, dcMask, 0, 0, ROP_DSna); cx 2507 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcMask, 0, 0, ROP_DSa); cx 2508 third_party/wtl/include/atlctrlw.h dc.BitBlt(x, y, cx, cy, dcSource, 0, 0, ROP_DSo); cx 2519 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, ROP_DSno); cx 2520 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSa); cx 2528 third_party/wtl/include/atlctrlw.h dcSource.BitBlt(0, 0, size.cx, size.cy, dcMask, 0, 0, ROP_DSna); cx 2530 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcMask, 0, 0, ROP_DSa); cx 2531 third_party/wtl/include/atlctrlw.h dc.BitBlt(rcDest.left, rcDest.top, cx, cy, dcSource, 0, 0, ROP_DSo); cx 2544 third_party/wtl/include/atlctrlw.h if(rc.right - rc.left > size.cx) cx 2584 third_party/wtl/include/atlctrlw.h int cx = rcText.right - rcText.left; cx 2599 third_party/wtl/include/atlctrlw.h cx += 2 * s_kcxTextMargin; // L/R margin for readability cx 2600 third_party/wtl/include/atlctrlw.h cx += s_kcxGap; // space between button and menu text cx 2601 third_party/wtl/include/atlctrlw.h cx += 2 * m_szButton.cx; // button width (L=button; R=empty margin) cx 2602 third_party/wtl/include/atlctrlw.h cx += m_cxExtraSpacing; // extra between item text and accelerator keys cx 2605 third_party/wtl/include/atlctrlw.h cx -= ::GetSystemMetrics(SM_CXMENUCHECK) - 1; cx 2606 third_party/wtl/include/atlctrlw.h lpMeasureItemStruct->itemWidth = cx; // done deal cx 3137 third_party/wtl/include/atlctrlw.h m_hImageList = ::ImageList_Create(m_szBitmap.cx, m_szBitmap.cy, uFlags, cImages, 1); cx 3205 third_party/wtl/include/atlctrlw.h bi.bmiHeader.biWidth = m_szBitmap.cx; cx 3230 third_party/wtl/include/atlctrlw.h ildp.cx = 0; cx 230 third_party/wtl/include/atlctrlx.h int cx = 0; cx 232 third_party/wtl/include/atlctrlx.h if(!m_ImageList.GetIconSize(cx, cy)) cx 234 third_party/wtl/include/atlctrlx.h return ResizeClient(cx, cy); cx 946 third_party/wtl/include/atlctrlx.h int cx = 0, cy = 0; cx 947 third_party/wtl/include/atlctrlx.h bool bRet = GetIdealSize(cx, cy); cx 950 third_party/wtl/include/atlctrlx.h size.cx = cx; cx 956 third_party/wtl/include/atlctrlx.h bool GetIdealSize(int& cx, int& cy) const cx 1027 third_party/wtl/include/atlctrlx.h cx = rcAll.right - rcAll.left; cx 1963 third_party/wtl/include/atlctrlx.h pPanesPos[i] = cxLeft + size.cx + arrBorders[2] + 2 * pT->m_cxPaneMargin; cx 2723 third_party/wtl/include/atldlgs.h size.cx = m_psd.ptPaperSize.x; cx 2970 third_party/wtl/include/atldlgs.h short cx; cx 4842 third_party/wtl/include/atldlgs.h ((ATL::_DialogSplitHelper::DLGITEMTEMPLATEEX*)pItem)->cx : cx 4843 third_party/wtl/include/atldlgs.h pItem->cx); cx 643 third_party/wtl/include/atlframe.h rbBand.cx = (cxWidth != 0) ? cxWidth : rcTmp.right; cx 647 third_party/wtl/include/atlframe.h rbBand.cxMinChild = rbBand.cx; cx 664 third_party/wtl/include/atlframe.h rbBand.cx = (cxWidth != 0) ? cxWidth : (rcTmp.right - rcTmp.left); cx 665 third_party/wtl/include/atlframe.h rbBand.cxMinChild = bFullWidthAlways ? rbBand.cx : 0; cx 670 third_party/wtl/include/atlframe.h rbBand.cxIdeal = rbBand.cx; cx 711 third_party/wtl/include/atlframe.h rbBand.cx += rect.left + rect.right; cx 1852 third_party/wtl/include/atlframe.h lpWndPos->cx = rectClient.right - rectClient.left; cx 3020 third_party/wtl/include/atlframe.h m_sizeDialog.cx = 0; cx 3063 third_party/wtl/include/atlframe.h m_sizeDialog.cx = 0; cx 3071 third_party/wtl/include/atlframe.h m_sizeDialog.cx = rectDlg.right; cx 3283 third_party/wtl/include/atlframe.h int cxRight = rectGroup.right + cxWidth - m_sizeDialog.cx; cx 3290 third_party/wtl/include/atlframe.h rectCtl.left = rectGroup.left + ::MulDiv(data.m_rect.left - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); cx 3294 third_party/wtl/include/atlframe.h rectCtl.right = rectGroup.left + ::MulDiv(data.m_rect.right - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); cx 3355 third_party/wtl/include/atlframe.h rectCtl.right = data.m_rect.right + (cxWidth - m_sizeDialog.cx); cx 801 third_party/wtl/include/atlgdi.h size.cx = bm.bmWidth; cx 1624 third_party/wtl/include/atlgdi.h return SetViewportExt(size.cx, size.cy, lpSizeRet); cx 1676 third_party/wtl/include/atlgdi.h return SetWindowExt(size.cx, size.cy, lpSizeRet); cx 1706 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, abs(sizeWinExt.cx), abs(sizeVpExt.cx)); cx 1731 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, abs(sizeVpExt.cx), abs(sizeWinExt.cx)); cx 1756 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, HIMETRIC_INCH, cxPerInch); cx 1778 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, cxPerInch, HIMETRIC_INCH); cx 1911 third_party/wtl/include/atlgdi.h return ::OffsetClipRgn(m_hDC, size.cx, size.cy); cx 2102 third_party/wtl/include/atlgdi.h return ::DrawIconEx(m_hDC, point.x, point.y, hIcon, size.cx, size.cy, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); cx 2109 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)hBitmap, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_BITMAP); cx 2115 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)hIcon, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_ICON); cx 2121 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, NULL, (LPARAM)lpszText, (WPARAM)nTextLen, pt.x, pt.y, size.cx, size.cy, nFlags | (bPrefixText ? DST_PREFIXTEXT : DST_TEXT)); cx 2127 third_party/wtl/include/atlgdi.h return ::DrawState(m_hDC, hBrush, lpDrawProc, lData, 0, pt.x, pt.y, size.cx, size.cy, nFlags | DST_COMPLEX); cx 3027 third_party/wtl/include/atlgdi.h ::InflateRect(&rect, -size.cx, -size.cy); cx 3050 third_party/wtl/include/atlgdi.h ::InflateRect(&rect, -sizeLast.cx, -sizeLast.cy); cx 3098 third_party/wtl/include/atlgdi.h void FillSolidRect(int x, int y, int cx, int cy, COLORREF clr) cx 3102 third_party/wtl/include/atlgdi.h RECT rect = { x, y, x + cx, y + cy }; cx 3112 third_party/wtl/include/atlgdi.h void Draw3dRect(int x, int y, int cx, int cy, COLORREF clrTopLeft, COLORREF clrBottomRight) cx 3114 third_party/wtl/include/atlgdi.h FillSolidRect(x, y, cx - 1, 1, clrTopLeft); cx 3116 third_party/wtl/include/atlgdi.h FillSolidRect(x + cx, y, -1, cy, clrBottomRight); cx 3117 third_party/wtl/include/atlgdi.h FillSolidRect(x, y + cy, cx, -1, clrBottomRight); cx 3641 third_party/wtl/include/atlgdi.h BITMAPINFOHEADER bmih = { sizeof(BITMAPINFOHEADER), size.cx, size.cy, cx 3642 third_party/wtl/include/atlgdi.h 1, 16, BI_BITFIELDS, 2 * size.cx * size.cy , 0, 0, 3 }; cx 3737 third_party/wtl/include/atlgdi.h bmNew.CreateCompatibleBitmap(hdcSrc, sizeDst.cx, sizeDst.cy); cx 3751 third_party/wtl/include/atlgdi.h if ((sizeDst.cx == sizeSrc.cx) && (sizeDst.cy == sizeSrc.cy)) cx 3752 third_party/wtl/include/atlgdi.h bOK = hdcDst.BitBlt(0, 0, sizeDst.cx, sizeDst.cy, hdcSrc, 0, 0, SRCCOPY); cx 3754 third_party/wtl/include/atlgdi.h bOK = hdcDst.StretchBlt(0, 0, sizeDst.cx, sizeDst.cy, hdcSrc, 0, 0, sizeSrc.cx, sizeSrc.cy, SRCCOPY); cx 3773 third_party/wtl/include/atlgdi.h (ds.dsBmih.biWidth != size.cx ) || (ds.dsBmih.biHeight != size.cy )) cx 98 third_party/wtl/include/atlmisc.h cx = 0; cx 104 third_party/wtl/include/atlmisc.h cx = initCX; cx 120 third_party/wtl/include/atlmisc.h cx = (short)LOWORD(dwSize); cx 127 third_party/wtl/include/atlmisc.h return (cx == size.cx && cy == size.cy); cx 132 third_party/wtl/include/atlmisc.h return (cx != size.cx || cy != size.cy); cx 137 third_party/wtl/include/atlmisc.h cx += size.cx; cx 143 third_party/wtl/include/atlmisc.h cx -= size.cx; cx 149 third_party/wtl/include/atlmisc.h cx = CX; cx 156 third_party/wtl/include/atlmisc.h return CSize(cx + size.cx, cy + size.cy); cx 161 third_party/wtl/include/atlmisc.h return CSize(cx - size.cx, cy - size.cy); cx 166 third_party/wtl/include/atlmisc.h return CSize(-cx, -cy); cx 229 third_party/wtl/include/atlmisc.h x += size.cx; cx 245 third_party/wtl/include/atlmisc.h x += size.cx; cx 251 third_party/wtl/include/atlmisc.h x -= size.cx; cx 276 third_party/wtl/include/atlmisc.h return CPoint(x + size.cx, y + size.cy); cx 281 third_party/wtl/include/atlmisc.h return CPoint(x - size.cx, y - size.cy); cx 341 third_party/wtl/include/atlmisc.h right = (left = point.x) + size.cx; cx 453 third_party/wtl/include/atlmisc.h ::InflateRect(this, size.cx, size.cy); cx 479 third_party/wtl/include/atlmisc.h ::InflateRect(this, -size.cx, -size.cy); cx 504 third_party/wtl/include/atlmisc.h ::OffsetRect(this, size.cx, size.cy); cx 593 third_party/wtl/include/atlmisc.h ::OffsetRect(this, size.cx, size.cy); cx 608 third_party/wtl/include/atlmisc.h ::OffsetRect(this, -size.cx, -size.cy); cx 651 third_party/wtl/include/atlmisc.h ::OffsetRect(&rect, size.cx, size.cy); cx 658 third_party/wtl/include/atlmisc.h ::OffsetRect(&rect, -size.cx, -size.cy); cx 697 third_party/wtl/include/atlmisc.h { return CPoint(cx + point.x, cy + point.y); } cx 700 third_party/wtl/include/atlmisc.h { return CPoint(cx - point.x, cy - point.y); } cx 727 third_party/wtl/include/atlmisc.h return CSize((int)(s.cx * n), (int)(s.cy * n)); cx 739 third_party/wtl/include/atlmisc.h return CSize((int)(s.cx / n), (int)(s.cy / n)); cx 722 third_party/wtl/include/atlprint.h m_sizeCurPhysOffset.cx = 0; cx 758 third_party/wtl/include/atlprint.h m_sizeCurPhysOffset.cx = dcPrinter.GetDeviceCaps(PHYSICALOFFSETX); cx 779 third_party/wtl/include/atlprint.h int x2 = pmh->szlDevice.cx; cx 810 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); cx 999 third_party/wtl/include/atlprint.h if(sizeAll.cx > 0) cx 1000 third_party/wtl/include/atlprint.h ptOffset.x = ::MulDiv(ptOffset.x, m_sizeAll.cx, sizeAll.cx); cx 1092 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); cx 102 third_party/wtl/include/atlscrl.h m_sizeAll.cx = 0; cx 104 third_party/wtl/include/atlscrl.h m_sizePage.cx = 0; cx 106 third_party/wtl/include/atlscrl.h m_sizeLine.cx = 0; cx 108 third_party/wtl/include/atlscrl.h m_sizeClient.cx = 0; cx 197 third_party/wtl/include/atlscrl.h void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE, bool bResetOffset = true) cx 202 third_party/wtl/include/atlscrl.h m_sizeAll.cx = cx; cx 226 third_party/wtl/include/atlscrl.h si.nMax = m_sizeAll.cx - 1; cx 227 third_party/wtl/include/atlscrl.h si.nPage = m_sizeClient.cx; cx 266 third_party/wtl/include/atlscrl.h SetScrollSize(size.cx, size.cy, bRedraw, bResetOffset); cx 278 third_party/wtl/include/atlscrl.h ATLASSERT(m_sizeAll.cx != 0 && m_sizeAll.cy != 0); cx 280 third_party/wtl/include/atlscrl.h m_sizeLine.cx = T::CalcLineOrPage(cxLine, m_sizeAll.cx, 100); cx 286 third_party/wtl/include/atlscrl.h SetScrollLine(sizeLine.cx, sizeLine.cy); cx 298 third_party/wtl/include/atlscrl.h ATLASSERT(m_sizeAll.cx != 0 && m_sizeAll.cy != 0); cx 300 third_party/wtl/include/atlscrl.h m_sizePage.cx = T::CalcLineOrPage(cxPage, m_sizeAll.cx, 10); cx 306 third_party/wtl/include/atlscrl.h SetScrollPage(sizePage.cx, sizePage.cy); cx 361 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_LINEDOWN, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 368 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_LINEUP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 375 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_PAGEDOWN, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 382 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_PAGEUP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 389 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_TOP, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 396 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, SB_BOTTOM, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 492 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, (int)(short)LOWORD(wParam), (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 522 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, nScrollCode, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 540 third_party/wtl/include/atlscrl.h if(m_sizeAll.cx > m_sizeClient.cx) cx 544 third_party/wtl/include/atlscrl.h pT->DoScroll(SB_HORZ, nScrollCode, (int&)m_ptOffset.x, m_sizeAll.cx, m_sizePage.cx, m_sizeLine.cx); cx 564 third_party/wtl/include/atlscrl.h m_sizeClient.cx = GET_X_LPARAM(lParam); cx 572 third_party/wtl/include/atlscrl.h si.nMax = m_sizeAll.cx - 1; cx 575 third_party/wtl/include/atlscrl.h si.nPage = m_sizeClient.cx; cx 831 third_party/wtl/include/atlscrl.h int cxMax = m_sizeAll.cx - m_sizeClient.cx; cx 954 third_party/wtl/include/atlscrl.h m_sizeLogPage.cx = 0; cx 956 third_party/wtl/include/atlscrl.h m_sizeLogLine.cx = 0; cx 1014 third_party/wtl/include/atlscrl.h sizeAll.cx = xMax - xMin + 1; cx 1032 third_party/wtl/include/atlscrl.h void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE, bool bResetOffset = true) cx 1034 third_party/wtl/include/atlscrl.h SetScrollSize(0, 0, cx, cy, bRedraw, bResetOffset); cx 1039 third_party/wtl/include/atlscrl.h SetScrollSize(0, 0, size.cx, size.cy, bRedraw, bResetOffset); cx 1054 third_party/wtl/include/atlscrl.h m_sizeLogLine.cx = cxLine; cx 1068 third_party/wtl/include/atlscrl.h SetScrollLine(sizeLine.cx, sizeLine.cy); cx 1083 third_party/wtl/include/atlscrl.h m_sizeLogPage.cx = cxPage; cx 1097 third_party/wtl/include/atlscrl.h SetScrollPage(sizePage.cx, sizePage.cy); cx 1300 third_party/wtl/include/atlscrl.h m_sizeLogAll.cx = 0; cx 1302 third_party/wtl/include/atlscrl.h m_sizeLogPage.cx = 0; cx 1304 third_party/wtl/include/atlscrl.h m_sizeLogLine.cx = 0; cx 1323 third_party/wtl/include/atlscrl.h m_sizeLogAll.cx = cxLog; cx 1326 third_party/wtl/include/atlscrl.h sizeAll.cx = (int)((float)m_sizeLogAll.cx * m_fZoomScale); cx 1334 third_party/wtl/include/atlscrl.h SetScrollSize(sizeLog.cx, sizeLog.cy, bRedraw, bResetOffset); cx 1347 third_party/wtl/include/atlscrl.h m_sizeLogLine.cx = cxLogLine; cx 1351 third_party/wtl/include/atlscrl.h sizeLine.cx = (int)((float)m_sizeLogLine.cx * m_fZoomScale); cx 1358 third_party/wtl/include/atlscrl.h SetScrollLine(sizeLogLine.cx, sizeLogLine.cy); cx 1371 third_party/wtl/include/atlscrl.h m_sizeLogPage.cx = cxLogPage; cx 1375 third_party/wtl/include/atlscrl.h sizePage.cx = (int)((float)m_sizeLogPage.cx * m_fZoomScale); cx 1383 third_party/wtl/include/atlscrl.h SetScrollPage(sizeLogPage.cx, sizeLogPage.cy); cx 1466 third_party/wtl/include/atlscrl.h POINT pt = { rcZoom.left + size.cx / 2, rcZoom.top + size.cy / 2 }; cx 1467 third_party/wtl/include/atlscrl.h if(size.cx < m_cxyMinZoomRect || size.cy < m_cxyMinZoomRect) cx 1473 third_party/wtl/include/atlscrl.h ATLASSERT(size.cx > 0 && size.cy > 0); cx 1475 third_party/wtl/include/atlscrl.h float fScaleH = (float)(m_sizeClient.cx + 1) / (float)size.cx; cx 1503 third_party/wtl/include/atlscrl.h sizeAll.cx = (int)((float)m_sizeLogAll.cx * fZoomScale); cx 1516 third_party/wtl/include/atlscrl.h ATLASSERT(m_sizeAll.cx >= 0 && m_sizeAll.cy >= 0); cx 1570 third_party/wtl/include/atlscrl.h int xMax = __max((int)(m_sizeAll.cx - rect.right), 0); cx 1600 third_party/wtl/include/atlscrl.h RECT rc = { 0, 0, m_sizeAll.cx, m_sizeAll.cy }; cx 1679 third_party/wtl/include/atlscrl.h ATLASSERT(m_sizeLogAll.cx >= 0 && m_sizeLogAll.cy >= 0); cx 1680 third_party/wtl/include/atlscrl.h ATLASSERT(m_sizeAll.cx >= 0 && m_sizeAll.cy >= 0); cx 1996 third_party/wtl/include/atlscrl.h if(rect.right < m_sizeAll.cx) cx 1997 third_party/wtl/include/atlscrl.h rect.right = m_sizeAll.cx; cx 832 third_party/wtl/include/atluser.h return ::DrawIconEx(hDC, pt.x, pt.y, m_hIcon, size.cx, size.cy, uStepIfAniCur, hbrFlickerFreeDraw, uFlags); cx 860 third_party/wtl/include/atluser.h HRESULT LoadIconWithScaleDown(ATL::_U_STRINGorID icon, int cx, int cy) cx 864 third_party/wtl/include/atluser.h return ::LoadIconWithScaleDown(ModuleHelper::GetResourceInstance(), T2CW(icon.m_lpstr), cx, cy, &m_hIcon); cx 874 third_party/wtl/include/atluser.h HRESULT LoadOEMIconWithScaleDown(LPCTSTR lpstrIconName, int cx, int cy) cx 879 third_party/wtl/include/atluser.h return ::LoadIconWithScaleDown(NULL, (LPCWSTR)lpstrIconName, cx, cy, &m_hIcon); cx 1556 third_party/wtl/include/atlwince.h void SetZoomScrollSize(int cx, int cy, double fzoom=1., BOOL bRedraw = TRUE) cx 1558 third_party/wtl/include/atlwince.h SetZoomScrollSize(_WTYPES_NS::CSize(cx, cy), fzoom, bRedraw); cx 1597 third_party/wtl/include/atlwince.h void SetScrollSize(int cx, int cy, BOOL bRedraw = TRUE) cx 1599 third_party/wtl/include/atlwince.h SetZoomScrollSize(cx, cy, GetZoom(), bRedraw); cx 1712 third_party/wtl/include/atlwince.h return destDC.StretchBlt(0, 0, m_sizeClient.cx, m_sizeClient.cy, hsourceDC, ptOffset.x, ptOffset.y, sizeZClient.cx, sizeZClient.cy, dwROP); cx 1740 third_party/wtl/include/atlwince.h if (m_sizeAll.cx < sizeClient.cx || m_sizeAll.cy < sizeClient.cy) cx 1745 third_party/wtl/include/atlwince.h if (m_sizeAll.cx < sizeClient.cx) cx 1747 third_party/wtl/include/atlwince.h _WTYPES_NS::CRect rectBG(_WTYPES_NS::CPoint(m_sizeAll.cx, 0), sizeClient); cx 32 ui/gfx/geometry/size.cc s.cx = width(); cx 302 ui/gfx/platform_font_win.cc dlu_base_x_ = (ave_text_size.cx / 26 + 1) / 2; cx 274 ui/native_theme/native_theme_win.cc size.cx = 13; cx 278 ui/native_theme/native_theme_win.cc size.cx = 0; cx 284 ui/native_theme/native_theme_win.cc return gfx::Size(size.cx, size.cy); cx 2231 ui/views/win/hwnd_message_handler.cc window_pos->cx = new_window_rect.width(); cx 173 win8/metro_driver/chrome_app_view.cc int cx = rect.right - rect.left; cx 177 win8/metro_driver/chrome_app_view.cc rect.left, rect.top, cx, cy, cx 990 win8/metro_driver/chrome_app_view.cc int cx = static_cast<int>(size.Width); cx 993 win8/metro_driver/chrome_app_view.cc if (!::SetWindowPos(globals.host_windows.front().first, NULL, 0, 0, cx, cy, cx 997 win8/metro_driver/chrome_app_view.cc DVLOG(1) << "size changed cx=" << cx; cx 1334 win8/metro_driver/chrome_app_view_ash.cc uint32 cx = static_cast<uint32>(size.Width); cx 1337 win8/metro_driver/chrome_app_view_ash.cc DVLOG(1) << "Window size changed: width=" << cx << ", height=" << cy; cx 1338 win8/metro_driver/chrome_app_view_ash.cc ui_channel_->Send(new MetroViewerHostMsg_WindowSizeChanged(cx, cy));