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

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 526 HIThemeButtonDrawInfo drawInfo;
527 drawInfo.version = 0;
528 drawInfo.state = convertControlStatesToThemeDrawState(kThemeIncDecButton, states);
529 drawInfo.adornment = kThemeAdornmentDefault;
532 drawInfo.kind = kThemeIncDecButtonSmall;
534 drawInfo.kind = kThemeIncDecButtonMini;
536 drawInfo.kind = kThemeIncDecButton;
549 HIThemeGetButtonBackgroundBounds(&bounds, &drawInfo, &backgroundBounds);
558 HIThemeDrawButton(&backgroundBounds, &drawInfo, localContext.cgContext(), kHIThemeOrientationNormal, 0);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 357 HIThemeMenuDrawInfo drawInfo;
358 drawInfo.version = 0;
359 drawInfo.menuType = kThemeMenuTypePopUp;
360 HIThemeDrawMenuBackground(&rect, &drawInfo, context, kHIThemeOrientationInverted);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 288 void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufMem, int iterNdx);
303 void DebugInfoRenderer::drawInfo (const deUint64 secondsElapsed, const int texMem, const int maxTexMem, const int bufMem, const int maxBufMem, const int iterNdx)
    [all...]

Completed in 98 milliseconds