Searched refs:hasText (Results 1 – 5 of 5) sorted by relevance
29 hasText(false), in SymbolInstance()52 hasText = horizontalGlyphQuads.size() > 0 || verticalGlyphQuads.size() > 0; in SymbolInstance()
83 const bool hasText = has<TextField>(layout) && has<TextFont>(layout); in SymbolLayout() local86 if (!hasText && !hasIcon) { in SymbolLayout()108 if (hasText) { in SymbolLayout()421 const bool hasText = symbolInstance.hasText; in place() local428 if (hasText) { in place()
38 bool hasText; member in mbgl::SymbolInstance
155 … const bool iconWithoutText = !symbolInstance.hasText || bucket.layout.get<style::TextOptional>(); in placeLayerBucket()279 if (symbolInstance.hasText) { in updateBucketOpacities()
896 if (mimeData->hasUrls() && mimeData->hasText()) { in dropEvent()