Searched defs:source (Results 1 – 4 of 4) sorted by relevance
89 Style::Style(const Style &source) noexcept : FontSpecification(), FontMeasurements() { in Style()111 Style &Style::operator=(const Style &source) noexcept { in operator =()154 void Style::ClearTo(const Style &source) noexcept { in ClearTo()
65 ViewStyle::ViewStyle(const ViewStyle &source) : markers(MARKER_MAX + 1), indicators(INDICATOR_MAX +… in ViewStyle()
19 void StringCopy(T (&dest)[count], const T* source) { in StringCopy()
175 void CCommon::StringCopy(char* dest, int size, string source) in StringCopy()