Lines Matching refs:isInsetHard
152 bool isInsetHard, bool coordsAreLimitedToRect, in compute_inset_edgetype() argument
154 if (isInsetHard) { in compute_inset_edgetype()
192 bool isInsetHard, in generic_inset() argument
203 left = compute_inset_edgetype(left, isInsetHard, areCoordsLimitedToRect, in generic_inset()
206 left = compute_inset_edgetype(left, isInsetHard, areCoordsLimitedToRect, in generic_inset()
213 top = compute_inset_edgetype(top, isInsetHard, areCoordsLimitedToRect, in generic_inset()
216 top = compute_inset_edgetype(top, isInsetHard, areCoordsLimitedToRect, in generic_inset()
223 right = compute_inset_edgetype(right, isInsetHard, areCoordsLimitedToRect, in generic_inset()
226 right = compute_inset_edgetype(right, isInsetHard, areCoordsLimitedToRect, in generic_inset()
233 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect, in generic_inset()
236 bot = compute_inset_edgetype(bot, isInsetHard, areCoordsLimitedToRect, in generic_inset()
247 bool isInsetHard, in left_only() argument
252 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in left_only()
260 bool isInsetHard, in top_only() argument
265 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in top_only()
273 bool isInsetHard, in right_only() argument
278 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in right_only()
286 bool isInsetHard, in bot_only() argument
291 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in bot_only()
299 bool isInsetHard, in full_inset() argument
304 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in full_inset()
312 bool isInsetHard, in no_inset() argument
317 return generic_inset(enclosing, result, isInsetHard, areCoordsLimitedToRect, in no_inset()