Searched defs:ScopedGDIObject (Results 1 – 2 of 2) sorted by relevance
26 ScopedGDIObject() : handle_(NULL) {} in ScopedGDIObject() function27 explicit ScopedGDIObject(T object) : handle_(object) {} in ScopedGDIObject() function
34 using ScopedGDIObject = ScopedGeneric<T, internal::ScopedGDIObjectTraits<T>>; variable