Searched refs:iAttrs (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/utils/win/
H A DSkWGL_win.cpp298 SkTDArray<int> iAttrs; local
299 appendAttr(iAttrs, SK_WGL_DRAW_TO_WINDOW, TRUE);
300 appendAttr(iAttrs, SK_WGL_DOUBLE_BUFFER, (doubleBuffered ? TRUE : FALSE));
301 appendAttr(iAttrs, SK_WGL_ACCELERATION, SK_WGL_FULL_ACCELERATION);
302 appendAttr(iAttrs, SK_WGL_SUPPORT_OPENGL, TRUE);
304 appendAttr(iAttrs, SK_WGL_RED_BITS, 10);
305 appendAttr(iAttrs, SK_WGL_GREEN_BITS, 10);
306 appendAttr(iAttrs, SK_WGL_BLUE_BITS, 10);
307 appendAttr(iAttrs, SK_WGL_ALPHA_BITS, 2);
309 appendAttr(iAttrs, SK_WGL_COLOR_BIT
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp159 int32_t iAttrs = 0; local
161 XFA_GetElementAttributes(pNode->GetElementType(), iAttrs);
162 while (iAttrs--) {
164 XFA_GetAttributeByID((XFA_ATTRIBUTE)pAttrs[iAttrs]);
345 int32_t iAttrs = 0; local
347 XFA_GetElementAttributes(pNode->GetElementType(), iAttrs);
348 while (iAttrs--) {
350 XFA_GetAttributeByID((XFA_ATTRIBUTE)pAttrs[iAttrs]);

Completed in 77 milliseconds