Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_pattern_rgba.h39 patternImageheigth_ = image->header.height; in FillPatternRgba()
51 patternImageheigth_ = image->header.height; in Attach()
84 y >= patternImageheigth_) { in Generate()
93 y = y % patternImageheigth_; in Generate()
94 if (x >= patternImagewidth_ || y >= patternImageheigth_) { in Generate()
103 if (y >= patternImageheigth_) { in Generate()
106 y = y % patternImageheigth_; in Generate()
116 y = y % patternImageheigth_; in Generate()
117 if (x >= patternImageheigth_) { in Generate()
122 y >= patternImageheigth_) { in Generate()
[all …]