Home | History | Annotate | Download | only in wsi

Lines Matching refs:PlatformProperties

1032 	DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE);
1079 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW);
1137 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
1152 if ((platformProperties.features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE) != 0)
1155 if ((platformProperties.features & PlatformProperties::FEATURE_RESIZE_WINDOW) != 0)