Home
last modified time | relevance | path

Searched refs:IsDIBSection (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlimage.h269 ATLASSERT(IsDIBSection()); in GetBits()
287 ATLASSERT(IsDIBSection()); in GetColorTable()
301 ATLASSERT(IsDIBSection()); in GetMaxColorTableEntries()
315 ATLASSERT(IsDIBSection()); in GetPitch()
329 ATLASSERT(IsDIBSection()); in GetPixelAddress()
352 bool IsDIBSection() const noexcept in IsDIBSection() function
360 ATLASSERT(IsDIBSection()); in IsIndexed()
578 ATLASSERT(IsDIBSection()); in SetColorTable()
/reactos/modules/rostests/apitests/atl/
H A DCImage.cpp51 ok(!image1.IsDIBSection(), "Line %d: IsDIBSection() was TRUE\n", iLine); in Test_BitmapEntry()
83 ok(!image1.IsDIBSection(), "Line %d: IsDIBSection() was TRUE\n", iLine); in Test_CompatBitmapEntry()
160 ok(image1.IsDIBSection(), "Line %d: IsDIBSection() was FALSE\n", iLine); in Test_DIBSectionEntry()