Skip to content

Instantly share code, notes, and snippets.

@Alex009
Created December 24, 2019 05:21
Show Gist options
  • Save Alex009/0a8ef4ace937289d517e38067e7e6b9d to your computer and use it in GitHub Desktop.
Save Alex009/0a8ef4ace937289d517e38067e7e6b9d to your computer and use it in GitHub Desktop.
GoogleMaps linking
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/konan/targets/ios_x64/native/debug.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/konan/targets/ios_x64/native/strict.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/common/stdlib/targets/ios_x64/native/runtime.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/posix/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/darwin/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/Foundation/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/AVFoundation/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/CoreLocation/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/Photos/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /var/folders/c6/fcjx052j7jx6dn5jdygs4_h00000gp/T/native1373117130320542915/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /var/folders/c6/fcjx052j7jx6dn5jdygs4_h00000gp/T/native1599473255896472910/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/iconv/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /var/folders/c6/fcjx052j7jx6dn5jdygs4_h00000gp/T/native5174645000077403210/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 0]' from /Users/alekseymikhailovwork/.konan/kotlin-native-macos-1.3.61/klib/platform/ios_x64/MapKit/targets/ios_x64/native/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
warning: linking module flags 'SDK Version': IDs have conflicting values ('[2 x i32] [i32 13, i32 1]' from /var/folders/c6/fcjx052j7jx6dn5jdygs4_h00000gp/T/native5080898067987961066/cstubs.bc with '[2 x i32] [i32 13, i32 2]' from out)
Undefined symbols for architecture x86_64:
"_CACurrentMediaTime", referenced from:
-[GMSOverlayLayer addAnimation:forKey:] in GoogleMaps
-[GMSOverlayLayer display] in GoogleMaps
-[GMSAnalyticsTimer start] in GoogleMaps
-[GMSAnalyticsTimer elapsedTime] in GoogleMaps
-[GMSSystemClock relativeTimeMillis] in GoogleMaps
-[GMSx_MDMMotionAnimator addAnimation:toLayer:withKeyPath:traits:timeScaleFactor:destination:initialValue:completion:] in GoogleMaps
-[GMSx_MDCInkLayer changeAnimationAtPoint:] in GoogleMaps
...
"_CATransform3DConcat", referenced from:
_GMSx_MDMConfigureAnimation in GoogleMaps
"_CATransform3DGetAffineTransform", referenced from:
+[GMSOffscreenEntitiesHostView shiftTransformForView:scale:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController autoscroll:] in GoogleMaps
"_CATransform3DIdentity", referenced from:
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
-[GMSx_MDCActivityIndicator addTransitionToIndeterminateCycle] in GoogleMaps
-[GMSx_MDCActivityIndicator addProgressAnimation] in GoogleMaps
_GMSx_MDMConfigureAnimation in GoogleMaps
-[GMSx_IVGLView showTutorialScreen] in GoogleMapsCore
"_CATransform3DInvert", referenced from:
_GMSx_MDMConfigureAnimation in GoogleMaps
"_CATransform3DMakeAffineTransform", referenced from:
-[GMSx_QTMCollectionViewEditingController panToReorderWithRecognizer:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController panToDismissWithRecognizer:] in GoogleMaps
___54-[GMSx_QTMCollectionViewEditingController autoscroll:]_block_invoke in GoogleMaps
___83-[GMSx_QTMCollectionViewEditingController animateFinalItemDismissalToTranslationX:]_block_invoke in GoogleMaps
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
_GMSx_MDMCoerceUIKitValuesToCoreAnimationValues in GoogleMaps
"_CATransform3DMakeRotation", referenced from:
-[GMSx_MDCActivityIndicator addTransitionToDeterminateCycle] in GoogleMaps
"_CATransform3DMakeTranslation", referenced from:
-[GMSx_IVGLView showTutorialScreen] in GoogleMapsCore
"_CATransform3DTranslate", referenced from:
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
"_CGAffineTransformConcat", referenced from:
-[GMSx_QTMCollectionViewEditingController transformItemDismissalToTranslationX:] in GoogleMaps
-[GMSx_IVGLView showTutorialScreen] in GoogleMapsCore
"_CGAffineTransformIdentity", referenced from:
-[GMSx_QTMCollectionViewCell applyLayoutAttributes:] in GoogleMaps
___61-[GMSx_QTMCollectionViewEditingController restoreEditingItem]_block_invoke_2 in GoogleMaps
___46-[GMSx_QTMCollectionViewInfoBar showAnimated:]_block_invoke in GoogleMaps
_GMSx_NIRotateTransformForOrientation in GoogleMapsCore
"_CGAffineTransformIsIdentity", referenced from:
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
"_CGAffineTransformMakeRotation", referenced from:
-[GMSMarker frameForCamera:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController transformItemDismissalToTranslationX:] in GoogleMaps
_GMSx_NIRotateTransformForOrientation in GoogleMapsCore
-[GMSx_IVGLView showTutorialScreen] in GoogleMapsCore
-[GMSCompassButton setBearingInRadians:] in GoogleMapsCore
"_CGAffineTransformMakeScale", referenced from:
___65-[GMSx_QTMCollectionViewEditingController snapshotWithIndexPath:]_block_invoke in GoogleMaps
-[UIView(GOORTLUtils) GMSx_goo_flipViewForRTL] in GoogleMaps
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_CGAffineTransformMakeTranslation", referenced from:
-[GMSx_QTMCollectionViewCell applyLayoutAttributes:] in GoogleMaps
-[GMSx_QTMCollectionViewCell updateInterfaceForEditing] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController panToReorderWithRecognizer:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController panToDismissWithRecognizer:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController transformItemDismissalToTranslationX:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingItemAtIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
...
"_CGBitmapContextCreate", referenced from:
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
...
"_CGBitmapContextCreateImage", referenced from:
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
gmscore::utils::ScopedBitmapContext::GetUIImage(double, UIImageOrientation) const in GoogleMapsCore
gmscore::utils::ScopedBitmapContext::CreateCGImage() const in GoogleMapsCore
"_CGBitmapContextCreateWithData", referenced from:
gmscore::renderer::ios::CreatePixelDataForIndexedCGImage(CGImage*, int, int, unsigned int, unsigned int*, unsigned long*, bool) in GoogleMapsCore
gmscore::renderer::ios::CreatePremultipliedPixelDataForCGImage(CGImage*, int, int) in GoogleMapsCore
"_CGBitmapContextGetData", referenced from:
-[GMSVectorMapSharedResources loadMipmappedTexture:label:textureLevelNames:extension:bitmapInfo:colorSpace:numberOfComponents:texelFormat:textureMinFilter:] in GoogleMapsCore
"_CGColorEqualToColor", referenced from:
-[GMSPolygonLayerState isEqualToLayer:] in GoogleMaps
-[GMSPolygonLayer isEqualToLayer:] in GoogleMaps
"_CGColorGetAlpha", referenced from:
-[GMSx_QTMButton isTransparentColor:] in GoogleMaps
-[GMSx_QTMButton isOpaqueColor:] in GoogleMaps
_GMSx_GOOTextColorFromChoicesOnColor in GoogleMaps
-[UIView(Accessibility) GMSx_qtm_setAccessibleTextColorForBackgroundColor:] in GoogleMaps
+[GMSx_MDFTextAccessibility textColorFromChoices:onBackgroundColor:options:] in GoogleMaps
gmscore::utils::gmsutils::VectorColorForUIColor(UIColor*) in GoogleMapsCore
____ZL13IsViewCoveredP6UIViewPNSt3__16vectorI6CGRectNS1_9allocatorIS3_EEEE_block_invoke in GoogleMapsCore
...
"_CGColorGetColorSpace", referenced from:
_isMonochrome in GoogleMapsBase
_GMSx_QTMCopyRGBAComponents in GoogleMaps
_GMSx_MDFCopyRGBAComponents in GoogleMaps
_GMSx_CGColorHash in GoogleMapsCore
gmscore::utils::gmsutils::VectorColorForUIColor(UIColor*) in GoogleMapsCore
"_CGColorGetComponents", referenced from:
_GMSx_GMCSFlattenMonochromeColorOnOpaqueBackground in GoogleMapsBase
_GMSHexStringForColorRef in GoogleMapsBase
_GMSx_QTMCopyRGBAComponents in GoogleMaps
_GMSx_MDFCopyRGBAComponents in GoogleMaps
_GMSx_CGColorHash in GoogleMapsCore
gmscore::utils::gmsutils::VectorColorForUIColor(UIColor*) in GoogleMapsCore
"_CGColorGetNumberOfComponents", referenced from:
_GMSHexStringForColorRef in GoogleMapsBase
_GMSx_QTMCopyRGBAComponents in GoogleMaps
_GMSx_MDFCopyRGBAComponents in GoogleMaps
"_CGColorRelease", referenced from:
-[GMSPolygonLayerState dealloc] in GoogleMaps
-[GMSPolygonLayerState setStrokeColor:] in GoogleMaps
-[GMSPolygonLayerState setFillColor:] in GoogleMaps
"_CGColorRetain", referenced from:
-[GMSPolygonLayerState initWithStrokeWidth:strokeColor:fillColor:] in GoogleMaps
-[GMSPolygonLayerState setStrokeColor:] in GoogleMaps
-[GMSPolygonLayerState setFillColor:] in GoogleMaps
"_CGColorSpaceCreateDeviceGray", referenced from:
gmscore::renderer::ios::CreatePixelDataForIndexedCGImage(CGImage*, int, int, unsigned int, unsigned int*, unsigned long*, bool) in GoogleMapsCore
gmscore::utils::ScopedGrayBitmapContext::ScopedGrayBitmapContext(unsigned long, unsigned long) in GoogleMapsCore
"_CGColorSpaceCreateDeviceRGB", referenced from:
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
gmscore::renderer::ios::CreatePixelDataForIndexedCGImage(CGImage*, int, int, unsigned int, unsigned int*, unsigned long*, bool) in GoogleMapsCore
...
"_CGColorSpaceGetBaseColorSpace", referenced from:
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatFromColorSpace(CGColorSpace*, bool, unsigned int*, bool*) in GoogleMapsCore
"_CGColorSpaceGetModel", referenced from:
_isMonochrome in GoogleMapsBase
_GMSx_QTMCopyRGBAComponents in GoogleMaps
_GMSx_MDFCopyRGBAComponents in GoogleMaps
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatFromColorSpace(CGColorSpace*, bool, unsigned int*, bool*) in GoogleMapsCore
gmscore::utils::gmsutils::VectorColorForUIColor(UIColor*) in GoogleMapsCore
"_CGColorSpaceGetNumberOfComponents", referenced from:
_GMSx_CGColorHash in GoogleMapsCore
"_CGColorSpaceRelease", referenced from:
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
"_CGContextAddArcToPoint", referenced from:
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyPathToContext:rect:isFirst:isLast:] in GoogleMaps
"_CGContextAddLineToPoint", referenced from:
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyDividerPathToContext:rect:] in GoogleMaps
...
"_CGContextAddPath", referenced from:
_GMSImageWithClearedRoundedRect in GoogleMapsCore
"_CGContextBeginPath", referenced from:
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyDividerPathToContext:rect:] in GoogleMaps
...
"_CGContextClearRect", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
_GMSImageWithClearedRoundedRect in GoogleMapsCore
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
____ZN7gmscore6vector16IconTextureCache16RemoveIconForKeyERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEE_block_invoke in GoogleMapsCore
...
"_CGContextClip", referenced from:
_GMSImageWithClearedRoundedRect in GoogleMapsCore
"_CGContextClipToMask", referenced from:
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
+[GMSLayeredIconUtil filterIconImage:color:blendMode:] in GoogleMapsCore
"_CGContextClosePath", referenced from:
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyDividerPathToContext:rect:] in GoogleMaps
...
"_CGContextConcatCTM", referenced from:
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_CGContextDrawImage", referenced from:
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_GOOFlippedTemplateImageForRTL in GoogleMaps
...
"_CGContextDrawLinearGradient", referenced from:
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
"_CGContextDrawPath", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
"_CGContextFillPath", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
"_CGContextFillRect", referenced from:
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
-[GMSx_GOOResources(Core) highlightedBackgroundForHeight:] in GoogleMaps
+[GMSLayeredIconUtil filterIconImage:color:blendMode:] in GoogleMapsCore
"_CGContextMoveToPoint", referenced from:
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyDividerPathToContext:rect:] in GoogleMaps
...
"_CGContextRelease", referenced from:
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
"_CGContextRestoreGState", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
____ZN7gmscore6vector16IconTextureCache16CreateIconForKeyERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEP7CGImagef_block_invoke in GoogleMapsCore
____ZN7gmscore6vector18StrokeTextureCache17CreateIconForNameERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEP7CGImagebf_block_invoke in GoogleMapsCore
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextRotateCTM", referenced from:
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
"_CGContextSaveGState", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
____ZN7gmscore6vector16IconTextureCache16CreateIconForKeyERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEP7CGImagef_block_invoke in GoogleMapsCore
____ZN7gmscore6vector18StrokeTextureCache17CreateIconForNameERKNSt3__112basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEP7CGImagebf_block_invoke in GoogleMapsCore
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextScaleCTM", referenced from:
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_GOOFlippedTemplateImageForRTL in GoogleMaps
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
...
"_CGContextSetAlpha", referenced from:
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
"_CGContextSetBlendMode", referenced from:
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
...
"_CGContextSetFillColor", referenced from:
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextSetFillColorWithColor", referenced from:
_GMSTintedImageWithSize in GoogleMapsBase
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
-[GMSx_GOOResources(Core) highlightedBackgroundForHeight:] in GoogleMaps
"_CGContextSetInterpolationQuality", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
_BlendImageWithColor in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_GOOFlippedTemplateImageForRTL in GoogleMaps
...
"_CGContextSetLineJoin", referenced from:
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextSetLineWidth", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextSetShadowWithColor", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
"_CGContextSetShouldAntialias", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
_BlendImageWithColor in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_GOOFlippedTemplateImageForRTL in GoogleMaps
"_CGContextSetShouldSubpixelPositionFonts", referenced from:
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextSetStrokeColorWithColor", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
"_CGContextSetTextDrawingMode", referenced from:
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CGContextStrokePath", referenced from:
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForFirst:last:highlighted:drawDivider:] in GoogleMaps
"_CGContextTranslateCTM", referenced from:
-[GMSx_QTMCollectionViewEditingController snapshotWithRect:] in GoogleMaps
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
_BlendImageWithColor in GoogleMaps
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
-[UIImage(GOOBlend) GMSx_goo_imageWithBlendMode:color:] in GoogleMaps
_GMSx_GOOFlippedTemplateImageForRTL in GoogleMaps
...
"_CGDataProviderCopyData", referenced from:
gmscore::renderer::ios::CGImageImageData::CreateFromCGImage(CGImage*, gmscore::renderer::ios::FormatConversion, bool, gmscore::model::ColorMatrix const&) in GoogleMapsCore
"_CGDataProviderCreateWithCFData", referenced from:
gmscore::image::CreateCompactJPEGDataProvider(__CFData const*, NSError* __autoreleasing*) in GoogleMapsCore
_GMSCreateCGImageWithData in GoogleMapsCore
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
"_CGDataProviderCreateWithData", referenced from:
-[GMSEntityRendererView imageFromSelfSnapshotGL] in GoogleMapsCore
gmscore::vector::StrokeTextureCache::AddPixelTexture(unsigned int, char const*, bool) in GoogleMapsCore
"_CGGradientCreateWithColors", referenced from:
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
"_CGGradientRelease", referenced from:
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
"_CGImageCreate", referenced from:
-[GMSEntityRendererView imageFromSelfSnapshotGL] in GoogleMapsCore
gmscore::vector::StrokeTextureCache::AddPixelTexture(unsigned int, char const*, bool) in GoogleMapsCore
"_CGImageCreateWithImageInRect", referenced from:
-[GMSOffscreenEntitiesHostView snapshotForEntityView:] in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
gmscore::vector::StrokeTextureCache::LoadAndCreateIconsForPolylineColors() in GoogleMapsCore
"_CGImageCreateWithJPEGDataProvider", referenced from:
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
"_CGImageCreateWithPNGDataProvider", referenced from:
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
"_CGImageGetAlphaInfo", referenced from:
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatAndType(CGImage*, unsigned int*, unsigned int*, bool*, bool*, bool*) in GoogleMapsCore
"_CGImageGetBitmapInfo", referenced from:
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatAndType(CGImage*, unsigned int*, unsigned int*, bool*, bool*, bool*) in GoogleMapsCore
"_CGImageGetBitsPerComponent", referenced from:
gmscore::renderer::ios::CreatePremultipliedPixelDataForCGImage(CGImage*, int, int) in GoogleMapsCore
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatAndType(CGImage*, unsigned int*, unsigned int*, bool*, bool*, bool*) in GoogleMapsCore
-[GMSVectorMapSharedResources loadMipmappedTexture:label:textureLevelNames:extension:bitmapInfo:colorSpace:numberOfComponents:texelFormat:textureMinFilter:] in GoogleMapsCore
"_CGImageGetBytesPerRow", referenced from:
gmscore::renderer::ios::CreatePremultipliedPixelDataForCGImage(CGImage*, int, int) in GoogleMapsCore
"_CGImageGetColorSpace", referenced from:
gmscore::renderer::ios::CreatePremultipliedPixelDataForCGImage(CGImage*, int, int) in GoogleMapsCore
gmscore::renderer::ios::CGImageImageData::DetermineImageFormatAndType(CGImage*, unsigned int*, unsigned int*, bool*, bool*, bool*) in GoogleMapsCore
"_CGImageGetDataProvider", referenced from:
gmscore::renderer::ios::CGImageImageData::CreateFromCGImage(CGImage*, gmscore::renderer::ios::FormatConversion, bool, gmscore::model::ColorMatrix const&) in GoogleMapsCore
"_CGImageGetHeight", referenced from:
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil filterIconImage:color:blendMode:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
gmscore::renderer::ios::CGImageImageData::CreateFromCGImage(CGImage*, gmscore::renderer::ios::FormatConversion, bool, gmscore::model::ColorMatrix const&) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
...
"_CGImageGetWidth", referenced from:
+[UIImage(GOOBlend) GMSx_goo_imageByApplyingAlpha:toImage:] in GoogleMaps
+[GMSLayeredIconUtil compositeIconLayers:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
+[GMSLayeredIconUtil filterIconImage:color:blendMode:] in GoogleMapsCore
+[GMSLayeredIconUtil highlightIconImage:color:preserveBlackAndWhite:] in GoogleMapsCore
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
gmscore::renderer::ios::CGImageImageData::CreateFromCGImage(CGImage*, gmscore::renderer::ios::FormatConversion, bool, gmscore::model::ColorMatrix const&) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::DecodeImage(NSData*) in GoogleMapsCore
...
"_CGImageRelease", referenced from:
(anonymous namespace)::BubbleBehavior::Commit(gmscore::renderer::EntityRenderer*) in GoogleMaps
(anonymous namespace)::StickerBehavior::Commit(gmscore::renderer::EntityRenderer*) in GoogleMaps
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
gmscore::vector::StrokeTextureCache::LoadAndCreateIconsForPolylineColors() in GoogleMapsCore
gmscore::vector::UserTextureCache::UserIcon::~UserIcon() in GoogleMapsCore
"_CGImageRetain", referenced from:
(anonymous namespace)::BubbleBehavior::Commit(gmscore::renderer::EntityRenderer*) in GoogleMaps
+[GMSOffscreenEntitiesHostView blankSnapshot] in GoogleMaps
gmscore::vector::UserTextureCache::UserIcon::UserIcon(CGImage*, int, int, int, gmscore::vector::TextureAtlasRegion const&, gmscore::base::reffed_ptr<gmscore::vector::MutableTextureAtlas> const&, gmscore::vector::UserTextureCache*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_CGImageSourceCreateImageAtIndex", referenced from:
_GMSCreateCGImageWithData in GoogleMapsCore
"_CGImageSourceCreateWithDataProvider", referenced from:
_GMSCreateCGImageWithData in GoogleMapsCore
"_CGPathCreateCopy", referenced from:
-[GMSFloorPickerContainerView copyRoundedRectFromBounds:] in GoogleMapsCore
"_CGPathRelease", referenced from:
-[GMSFloorPickerContainerView layoutSubviews] in GoogleMapsCore
-[GMSFloorPickerContainerView animationDidStop:finished:] in GoogleMapsCore
"_CGPointZero", referenced from:
gmssdk::icon_offset(GMSStickerDrawStyle*) in GoogleMaps
_GMSx_MDMConfigureAnimation in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
+[GMSx_QTMAnimationCurve quantumArcFromPoint:toPoint:minArcAngle:maxArcAngle:] in GoogleMaps
-[GMSx_MDCInkTouchController handleInkGesture:] in GoogleMaps
-[GMSx_MDCInkView cancelAllAnimationsAnimated:] in GoogleMaps
_GMSImageWithClearedRoundedRect in GoogleMapsCore
...
"_CGRectApplyAffineTransform", referenced from:
-[GMSMarker frameForCamera:] in GoogleMaps
"_CGRectContainsPoint", referenced from:
-[GMSx_QTMButton pointInside:withEvent:] in GoogleMaps
-[GMSx_QTMButton touchesEnded:withEvent:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController swipedSectionAtLocation:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController handleShortPressGesture:] in GoogleMaps
-[GMSx_MDCInkGestureRecognizer isTouchWithinTargetBounds] in GoogleMaps
-[GMSx_MDCInkLayer changeAnimationAtPoint:] in GoogleMaps
-[GMSx_MDCInkLayer endInkAtPoint:animated:] in GoogleMaps
...
"_CGRectEqualToRect", referenced from:
-[GMSMapView refreshSettingsViewFrame] in GoogleMaps
-[GMSMapView displayLayer:] in GoogleMaps
-[GMSOffscreenEntitiesHostView isSnapshotReadyForEntityView:] in GoogleMaps
-[GMSx_QTMCollectionViewLayoutAttributes isEqual:] in GoogleMaps
-[GMSx_MDCInkGestureRecognizer effectiveTargetBounds] in GoogleMaps
-[GMSVectorMapView setFrame:] in GoogleMapsCore
"_CGRectGetHeight", referenced from:
-[GMSMapView projection] in GoogleMaps
-[GMSx_QTMCollectionViewCell commonInit] in GoogleMaps
-[GMSx_QTMCollectionViewCell layoutSubviews] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController autoscroll:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingItemAtIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout finalLayoutAttributesForDisappearingItemAtIndexPath:] in GoogleMaps
...
"_CGRectGetMaxX", referenced from:
+[GMSx_GMCSViewLayout centerAlignViews:withinView:separated:offset:orientation:] in GoogleMapsBase
-[GMSx_QTMCollectionViewCell updateAccessoryView:leading:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_GOOWeightedValueContentView layoutSubviews] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
...
"_CGRectGetMaxY", referenced from:
+[GMSx_GMCSViewLayout centerAlignViews:withinView:separated:offset:orientation:] in GoogleMapsBase
-[GMSx_QTMButton textBaselineForBounds:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController panToReorderWithRecognizer:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
-[GMSx_GOOTextContentView layoutSubviews] in GoogleMaps
...
"_CGRectGetMidX", referenced from:
_GMSRectCenter in GoogleMapsBase
-[GMSx_QTMButton layoutSubviews] in GoogleMaps
-[GMSx_MDCShadowLayer configureShadowLayerMaskForLayer:] in GoogleMaps
-[GMSx_MDCShadowLayer commonLayoutSublayers] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForSupplementaryViewOfKind:atIndexPath:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
...
"_CGRectGetMidY", referenced from:
_GMSRectCenter in GoogleMapsBase
-[GMSx_QTMButton layoutSubviews] in GoogleMaps
-[GMSx_MDCShadowLayer configureShadowLayerMaskForLayer:] in GoogleMaps
-[GMSx_MDCShadowLayer commonLayoutSublayers] in GoogleMaps
___58-[GMSx_QTMCollectionViewCell updateAccessoryView:leading:]_block_invoke in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
...
"_CGRectGetMinX", referenced from:
-[GMSx_QTMCollectionViewCell updateAccessoryView:leading:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyDividerPathToContext:bounds:isCard:dividerHeight:dividerInsets:] in GoogleMaps
_GMSx_MDFRectFlippedHorizontally in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
...
"_CGRectGetMinY", referenced from:
-[GMSx_QTMCollectionViewEditingController panToReorderWithRecognizer:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBackgroundPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController applyBorderPathToContext:rect:isTop:isBottom:isCard:borderRadius:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applySinglePathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyTopPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyBottomPathToContext:rect:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _applyLeftPathToContext:rect:] in GoogleMaps
...
"_CGRectGetWidth", referenced from:
-[GMSMapView projection] in GoogleMaps
-[GMSx_QTMCollectionViewCell commonInit] in GoogleMaps
-[GMSx_QTMCollectionViewCell contentViewInsets] in GoogleMaps
-[GMSx_QTMCollectionViewCell layoutSubviews] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController panToDismissWithRecognizer:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController transformItemDismissalToTranslationX:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForSupplementaryViewOfKind:atIndexPath:] in GoogleMaps
...
"_CGRectInfinite", referenced from:
_GMSIsViewShowing in GoogleMapsCore
"_CGRectInset", referenced from:
-[GMSBubbleEntityProvider isHitByTapAt:camera:] in GoogleMaps
-[GMSMarker isHitByTapAt:camera:] in GoogleMaps
-[GMSx_MDCShadowLayer maskRect] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController handleShortPressGesture:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout updateSupplementaryViewAttribute:] in GoogleMaps
-[GMSx_QTMCollectionViewInfoBar initWithFrame:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
...
"_CGRectIntegral", referenced from:
-[NSAttributedString(GMCSSizing) GMSx_gmcs_sizeConstrainedToSize:numberOfLines:defaultFont:ceilResult:] in GoogleMapsCore
gmscore::vector::text::GlyphSet::LoadGlyphsInternal(std::__1::vector<unsigned short, std::__1::allocator<unsigned short> > const&) in GoogleMapsCore
"_CGRectIntersection", referenced from:
-[GMSx_GOOScrollViewKeyboardManager delayedUpdateScrollViewPosition] in GoogleMaps
-[GMSx_MDCKeyboardWatcher updateKeyboardOffsetWithKeyboardUserInfo:] in GoogleMaps
-[UIView(GMSSafeAreaSupport) gms_safeAreaInsets] in GoogleMapsCore
____ZL13IsViewCoveredP6UIViewPNSt3__16vectorI6CGRectNS1_9allocatorIS3_EEEE_block_invoke in GoogleMapsCore
IterateVisibleViews(NSArray<UIView*>*, CGRect const&, bool (UIView*, CGRect const&, bool*) block_pointer) in GoogleMapsCore
"_CGRectIntersectsRect", referenced from:
-[GMSBubbleEntityProvider isHitByTapAt:camera:] in GoogleMaps
-[GMSMarker isHitByTapAt:camera:] in GoogleMaps
-[GMSVectorMapView buildVisibleAccessibilityItems] in GoogleMapsCore
"_CGRectIsEmpty", referenced from:
-[GMSMapView infoWindowForMarker:] in GoogleMaps
-[GMSx_QTMCollectionViewCell applyLayoutAttributes:] in GoogleMaps
-[GMSx_MDCKeyboardWatcher updateKeyboardOffsetWithKeyboardUserInfo:] in GoogleMaps
gmscore::renderer::ios::GLLayerRenderTarget::FrameStart() in GoogleMapsCore
-[GMSVectorMapView buildVisibleAccessibilityItems] in GoogleMapsCore
gmscore::vector::text::GlyphSet::LoadGlyphsInternal(std::__1::vector<unsigned short, std::__1::allocator<unsigned short> > const&) in GoogleMapsCore
-[GMSFloorPickerContainerView layoutSubviews] in GoogleMapsCore
...
"_CGRectIsInfinite", referenced from:
gmscore::vector::text::GlyphSet::LoadGlyphsInternal(std::__1::vector<unsigned short, std::__1::allocator<unsigned short> > const&) in GoogleMapsCore
"_CGRectIsNull", referenced from:
-[GMSx_QTMCollectionViewEditingController swipedSectionAtLocation:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController snapshotWithSection:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForDecorationViewOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout updateSupplementaryViewAttribute:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout inlayAttributeIfNecessary:] in GoogleMaps
___76-[GMSx_QTMCollectionViewFlowLayout beginCellAppearanceAnimationIfNecessary:]_block_invoke.264 in GoogleMaps
-[UIView(GMSSafeAreaSupport) gms_safeAreaInsets] in GoogleMapsCore
...
"_CGRectNull", referenced from:
gmscore::utils::gmsutils::BoundingBoxForPoints(std::__1::vector<CGPoint, std::__1::allocator<CGPoint> > const&) in GoogleMapsBase
-[GMSx_QTMCollectionViewEditingController snapshotWithSection:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForDecorationViewOfKind:atIndexPath:] in GoogleMaps
-[GMSx_MDCInkGestureRecognizer initWithTarget:action:] in GoogleMaps
-[GMSx_MDCInkGestureRecognizer effectiveTargetBounds] in GoogleMaps
"_CGRectOffset", referenced from:
_GMSx_NIRectShift in GoogleMapsCore
"_CGRectStandardize", referenced from:
_GMSx_MDFRectFlippedHorizontally in GoogleMaps
"_CGRectUnion", referenced from:
-[GMSx_QTMCollectionViewEditingController snapshotWithSection:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForDecorationViewOfKind:atIndexPath:] in GoogleMaps
"_CGRectZero", referenced from:
-[GMSBubbleEntityProvider accessibilityFrame] in GoogleMaps
-[GMSMapView sharedInitWithServices:camera:forPlaces:] in GoogleMaps
-[GMSMapView infoWindowForMarker:] in GoogleMaps
-[GMSMarker accessibilityFrame] in GoogleMaps
-[GMSMarker frameForCamera:] in GoogleMaps
-[GMSInfoWindowView initWithFrame:] in GoogleMaps
-[GMSUISettingsView init] in GoogleMaps
...
"_CGSizeZero", referenced from:
-[GMSInfoWindowView updateTitle:snippet:] in GoogleMaps
-[GMSx_QTMCollectionViewController collectionView:layout:sizeForItemAtIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewController collectionView:layout:referenceSizeForHeaderInSection:] in GoogleMaps
-[GMSx_QTMCollectionViewController collectionView:layout:referenceSizeForFooterInSection:] in GoogleMaps
+[GMSx_GOOTextContentView heightOfString:withFont:numberOfLines:lineBreakMode:minimumFontSize:actualFontSize:constrainedToWidth:finalSize:] in GoogleMaps
-[GMSx_GOOWeightedValueContentView layoutSubviews] in GoogleMaps
+[GMSx_GOOWeightedValueContentView heightForObject:constrainedToWidth:] in GoogleMaps
...
"_CTFontCopyPostScriptName", referenced from:
gmscore::vector::text::GlyphSet::GlyphSet(gmscore::base::reffed_ptr<gmscore::vector::TextureAtlasPool> const&, GMSForegroundDispatchQueue*, __CTFont const*, float, float) in GoogleMapsCore
gmscore::vector::text::GlyphSet::Matches(__CTFont const*, float, float) const in GoogleMapsCore
"_CTFontCreateWithFontDescriptor", referenced from:
gmscore::vector::CreateCTFontForLabelFont(gmscore::vector::LabelFontType, float) in GoogleMapsCore
"_CTFontCreateWithName", referenced from:
_CTFontCreateWithUIFont in GoogleMaps
-[GMSResources copyOfFontWithName:size:] in GoogleMapsCore
"_CTFontDrawGlyphs", referenced from:
____ZNK7gmscore6vector4text8GlyphSet10DrawGlyphsERKNS_4base10reffed_ptrINS0_19MutableTextureAtlasEEERKNSt3__16vectorItNS9_9allocatorItEEEERKNSA_I7CGPointNSB_ISG_EEEE6CGRect_block_invoke in GoogleMapsCore
"_CTFontGetBoundingRectsForGlyphs", referenced from:
gmscore::vector::text::GlyphSet::LoadGlyphsInternal(std::__1::vector<unsigned short, std::__1::allocator<unsigned short> > const&) in GoogleMapsCore
"_CTFontGetGlyphsForCharacters", referenced from:
-[UILabel(GMSx_GOOTypography) GMSx_validateText:font:] in GoogleMaps
"_CTFontGetSize", referenced from:
gmscore::vector::text::GlyphSet::GlyphSet(gmscore::base::reffed_ptr<gmscore::vector::TextureAtlasPool> const&, GMSForegroundDispatchQueue*, __CTFont const*, float, float) in GoogleMapsCore
gmscore::vector::text::GlyphSet::Matches(__CTFont const*, float, float) const in GoogleMapsCore
"_CTFontManagerRegisterFontsForURL", referenced from:
GMSRegisterFontWithName(NSString*, NSBundle*, bool) in GoogleMapsCore
"_CTLineCreateWithAttributedString", referenced from:
gmscore::vector::text::CreateCTLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, __CTFont const*, float) in GoogleMapsCore
"_CTLineGetGlyphCount", referenced from:
gmscore::vector::text::BaseText::LayoutGlyphs() in GoogleMapsCore
gmscore::vector::text::BaseText::UpdateGlyphGroups(__CTLine const*, std::__1::vector<gmscore::vector::text::GlyphPosition, std::__1::allocator<gmscore::vector::text::GlyphPosition> > const&, unsigned int, unsigned int, bool) in GoogleMapsCore
"_CTLineGetGlyphRuns", referenced from:
gmscore::vector::text::BaseText::GetFontGlyphsForLine(__CTLine const*) in GoogleMapsCore
gmscore::vector::text::LayoutCTLineSingleSegment(__CTLine const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTLineDefault(__CTLine const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
"_CTLineGetTypographicBounds", referenced from:
gmscore::vector::text::GetCTLineTypographicBounds(__CTLine const*, gmscore::vector::text::TypographicBounds*) in GoogleMapsCore
"_CTRunGetAttributes", referenced from:
gmscore::vector::text::BaseText::GetFontGlyphsForLine(__CTLine const*) in GoogleMapsCore
"_CTRunGetGlyphCount", referenced from:
gmscore::vector::text::BaseText::GetFontGlyphsForLine(__CTLine const*) in GoogleMapsCore
gmscore::vector::text::LayoutCTRunSingleSegment(__CTRun const*, gmscore::math::Vector2f const&, gmscore::math::Vector2f const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTLineSingleSegment(__CTLine const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTRunDefault(__CTRun const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTLineDefault(__CTLine const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
"_CTRunGetGlyphs", referenced from:
gmscore::vector::text::BaseText::GetFontGlyphsForLine(__CTLine const*) in GoogleMapsCore
"_CTRunGetPositions", referenced from:
gmscore::vector::text::LayoutCTRunSingleSegment(__CTRun const*, gmscore::math::Vector2f const&, gmscore::math::Vector2f const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTRunDefault(__CTRun const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
"_CTRunGetPositionsPtr", referenced from:
gmscore::vector::text::LayoutCTRunSingleSegment(__CTRun const*, gmscore::math::Vector2f const&, gmscore::math::Vector2f const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTRunDefault(__CTRun const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
"_CTRunGetTypographicBounds", referenced from:
gmscore::vector::text::LayoutCTRunSingleSegment(__CTRun const*, gmscore::math::Vector2f const&, gmscore::math::Vector2f const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
gmscore::vector::text::LayoutCTRunDefault(__CTRun const*, std::__1::vector<gmscore::math::Vector2f, std::__1::allocator<gmscore::math::Vector2f> > const&, float, gmscore::vector::text::GlyphPosition*) in GoogleMapsCore
"_CTTypesetterCreateWithAttributedString", referenced from:
_GMSWrapStringToBounds in GoogleMapsBase
"_CTTypesetterSuggestLineBreak", referenced from:
_GMSWrapStringToBounds in GoogleMapsBase
"_NSFontAttributeName", referenced from:
_GMSSetFont in GoogleMapsBase
_GMSTruncateStringToWidth in GoogleMapsBase
_GMSAttributedStringWithScale in GoogleMapsBase
___GMSAttributedStringWithScale_block_invoke in GoogleMapsBase
-[GMSInfoWindowView sizeForText:withFont:constrainedToSize:lineBreakMode:multiLine:] in GoogleMaps
+[GMSx_GOOErrorContentView heightForObject:constrainedToWidth:] in GoogleMaps
-[GMSx_GOOErrorContentView layoutSubviews] in GoogleMaps
...
"_NSForegroundColorAttributeName", referenced from:
_GMSSetTextColor in GoogleMapsBase
+[GMSLayeredIconUtil imageForText:textStyle:textScale:iconScale:adjustAspect:ninePatchLayers:highlightColors:filterColors:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_NSInferMappingModelAutomaticallyOption", referenced from:
-[GMSCacheStorage initWithCacheStorageDescriptor:didReset:] in GoogleMaps
"_NSLinkAttributeName", referenced from:
_GMSx_GMCSIsAttributedStringContainsLink in GoogleMapsCore
"_NSMigratePersistentStoresAutomaticallyOption", referenced from:
-[GMSCacheStorage initWithCacheStorageDescriptor:didReset:] in GoogleMaps
"_NSOverwriteMergePolicy", referenced from:
___49-[GMSObjectDataCache startWithCompletionHandler:]_block_invoke in GoogleMaps
___47-[GMSTileDataCache startWithCompletionHandler:]_block_invoke in GoogleMapsCore
"_NSParagraphStyleAttributeName", referenced from:
_GMSWrapStringToBounds in GoogleMapsBase
_GMSSetTextAlignment in GoogleMapsBase
-[GMSInfoWindowView sizeForText:withFont:constrainedToSize:lineBreakMode:multiLine:] in GoogleMaps
+[GMSLayeredIconUtil imageForText:textStyle:textScale:iconScale:adjustAspect:ninePatchLayers:highlightColors:filterColors:horizontalOffsets:verticalOffsets:] in GoogleMapsCore
_GMSx_GMCSSizeOfString in GoogleMapsCore
-[NSString(GMCSSizing) GMSx_gmcs_sizeWithFont:constrainedToSize:lineBreakMode:ceilResult:] in GoogleMapsCore
-[NSAttributedString(GMCSSizing) GMSx_gmcs_sizeConstrainedToSize:numberOfLines:defaultFont:ceilResult:] in GoogleMapsCore
...
"_NSSQLiteStoreType", referenced from:
-[GMSCacheStorage initWithCacheStorageDescriptor:didReset:] in GoogleMaps
"_NSStrokeColorAttributeName", referenced from:
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_NSStrokeWidthAttributeName", referenced from:
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_OBJC_CLASS_$_CAAnimation", referenced from:
l_OBJC_$_CATEGORY_CAAnimation_$_GMSCoreAnimationBlocks in GoogleMapsCore
l_OBJC_$_CATEGORY_CAAnimation_$_GMSVectorMapView in GoogleMapsCore
"_OBJC_CLASS_$_CAAnimationGroup", referenced from:
objc-class-ref in GoogleMaps
l_OBJC_$_CATEGORY_CAAnimationGroup_$_GMSCoreEnumeratePropertyAnimations in GoogleMapsCore
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CABasicAnimation", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CADisplayLink", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_CAEAGLLayer", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CAGradientLayer", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CAKeyframeAnimation", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CALayer", referenced from:
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSCALayer in GoogleMaps
_OBJC_CLASS_$_GMSOverlayLayer in GoogleMaps
_OBJC_CLASS_$_GMSx_MDCShadowLayer in GoogleMaps
_OBJC_CLASS_$_GMSx_MDCLegacyInkLayer in GoogleMaps
l_OBJC_$_CATEGORY_CALayer_$_GMSCoreInternalFollowAlong in GoogleMapsCore
l_OBJC_$_CATEGORY_CALayer_$_GMSCoreFollowAlong in GoogleMapsCore
...
"_OBJC_CLASS_$_CAMediaTimingFunction", referenced from:
l_OBJC_$_CATEGORY_CAMediaTimingFunction_$_MotionInterchangeExtension in GoogleMaps
l_OBJC_$_CATEGORY_CAMediaTimingFunction_$_MDCAnimationTiming in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CAPropertyAnimation", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CAShapeLayer", referenced from:
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSx_MDCInkLayer in GoogleMaps
_OBJC_CLASS_$_GMSx_MDCLegacyInkLayerRipple in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CASpringAnimation", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_CATransaction", referenced from:
l_OBJC_$_CATEGORY_CATransaction_$_MotionAnimator in GoogleMaps
objc-class-ref in GoogleMaps
l_OBJC_$_CATEGORY_CATransaction_$_GMSVectorMapView in GoogleMapsCore
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_CIContext", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_CTTelephonyNetworkInfo", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_EAGLContext", referenced from:
l_OBJC_$_CATEGORY_EAGLContext_$_GMSAllowPoolCleanup in GoogleMapsCore
objc-class-ref in GoogleMapsCore
_OBJC_CLASS_$_GMSIOSGLContext in GoogleMapsCore
"_OBJC_CLASS_$_NSEntityDescription", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_NSFetchRequest", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_NSManagedObject", referenced from:
_OBJC_CLASS_$_GMSCachedObject in GoogleMaps
_OBJC_CLASS_$_GMSCachedObjectBlob in GoogleMaps
_OBJC_CLASS_$_GMSCacheProperty in GoogleMapsCore
_OBJC_CLASS_$_GMSCachedTile in GoogleMapsCore
_OBJC_CLASS_$_GMSCachedTileBlob in GoogleMapsCore
_OBJC_CLASS_$_GMSCachedTileProtoBlob in GoogleMapsCore
"_OBJC_CLASS_$_NSManagedObjectContext", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_NSManagedObjectModel", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_NSMutableParagraphStyle", referenced from:
objc-class-ref in GoogleMapsBase
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_NSParagraphStyle", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_NSPersistentStoreCoordinator", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_NSStringDrawingContext", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIAccessibilityElement", referenced from:
_OBJC_CLASS_$_GMSVectorMapViewAccessibilityElement in GoogleMapsCore
"_OBJC_CLASS_$_UIActivityIndicatorView", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UIAlertView", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UIApplication", referenced from:
objc-class-ref in GoogleMapsBase
l_OBJC_$_CATEGORY_UIApplication_$_AppExtensions in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIBarButtonItem", referenced from:
_OBJC_CLASS_$_GMSx_GOOUIBarButtonItem in GoogleMaps
"_OBJC_CLASS_$_UIBezierPath", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIButton", referenced from:
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSx_QTMButton in GoogleMaps
_OBJC_CLASS_$_GMSCompassButton in GoogleMapsCore
"_OBJC_CLASS_$_UICollectionReusableView", referenced from:
_OBJC_CLASS_$_GMSx_QTMCollectionViewGridBackground in GoogleMaps
_OBJC_CLASS_$_GMSx_QTMCollectionViewInfoBar in GoogleMaps
"_OBJC_CLASS_$_UICollectionView", referenced from:
_OBJC_CLASS_$_GMSx_QTMCollectionView in GoogleMaps
"_OBJC_CLASS_$_UICollectionViewCell", referenced from:
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSx_QTMCollectionViewCell in GoogleMaps
"_OBJC_CLASS_$_UICollectionViewFlowLayout", referenced from:
_OBJC_CLASS_$_GMSx_QTMCollectionViewFlowLayout in GoogleMaps
"_OBJC_CLASS_$_UICollectionViewLayoutAttributes", referenced from:
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSx_QTMCollectionViewLayoutAttributes in GoogleMaps
"_OBJC_CLASS_$_UIColor", referenced from:
objc-class-ref in GoogleMapsBase
l_OBJC_$_CATEGORY_UIColor_$_Quantum in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIDevice", referenced from:
objc-class-ref in GoogleMapsBase
l_OBJC_$_CATEGORY_UIDevice_$_OSUtils in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIFont", referenced from:
objc-class-ref in GoogleMapsBase
l_OBJC_$_CATEGORY_UIFont_$_MaterialScalable in GoogleMaps
l_OBJC_$_CATEGORY_UIFont_$_MaterialSimpleEquality in GoogleMaps
l_OBJC_$_CATEGORY_UIFont_$_MaterialTypography in GoogleMaps
l_OBJC_$_CATEGORY_UIFont_$_MaterialTypographyPrivate in GoogleMaps
objc-class-ref in GoogleMaps
anon in GoogleMaps
...
"_OBJC_CLASS_$_UIFontDescriptor", referenced from:
l_OBJC_$_CATEGORY_UIFontDescriptor_$_MaterialTypography in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIGestureRecognizer", referenced from:
_OBJC_CLASS_$_GMSBlockingGestureRecognizer in GoogleMaps
_OBJC_CLASS_$_GMSx_MDCInkGestureRecognizer in GoogleMaps
_OBJC_CLASS_$_GMSForceTouchGestureRecognizer in GoogleMapsCore
_OBJC_CLASS_$_GMSMultiTouchGestureRecognizer in GoogleMapsCore
"_OBJC_CLASS_$_UIImage", referenced from:
objc-class-ref in GoogleMapsBase
l_OBJC_$_CATEGORY_UIImage_$_MaterialRTL in GoogleMaps
l_OBJC_$_CATEGORY_UIImage_$_GOOBlend in GoogleMaps
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIImageView", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
_OBJC_CLASS_$_GMSCompassNeedle in GoogleMapsCore
_OBJC_CLASS_$_GMSFloorPickerContainerView in GoogleMapsCore
"_OBJC_CLASS_$_UILabel", referenced from:
l_OBJC_$_CATEGORY_UILabel_$_GMSx_GOOTypography in GoogleMaps
objc-class-ref in GoogleMaps
_OBJC_CLASS_$_GMSx_GOOTextContentViewLabel in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UILocalizedIndexedCollation", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UILongPressGestureRecognizer", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIPanGestureRecognizer", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
_OBJC_CLASS_$_GMSPanGestureRecognizer in GoogleMapsCore
"_OBJC_CLASS_$_UIPinchGestureRecognizer", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIPopoverController", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIResponder", referenced from:
l_OBJC_$_CATEGORY_UIResponder_$_FirstResponder in GoogleMaps
objc-class-ref in GoogleMaps
l_OBJC_$_CATEGORY_UIResponder_$_NimbusCore in GoogleMapsCore
"_OBJC_CLASS_$_UIRotationGestureRecognizer", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIScreen", referenced from:
objc-class-ref in GoogleMapsBase
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UIScreenEdgePanGestureRecognizer", referenced from:
_OBJC_CLASS_$_GMSScreenLeftEdgePanGestureRecognizer in GoogleMapsCore
"_OBJC_CLASS_$_UIScrollView", referenced from:
l_OBJC_$_CATEGORY_UIScrollView_$_GMSx_GOOScrollViewKeyboardManager in GoogleMaps
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UITableView", referenced from:
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UITableViewCell", referenced from:
_OBJC_CLASS_$_GMSx_NIDrawRectBlockCell in GoogleMaps
_OBJC_CLASS_$_GMSx_NITextCell in GoogleMaps
_OBJC_CLASS_$_GMSx_NIRadioGroupCell in GoogleMaps
_OBJC_CLASS_$_GMSFloorPickerCell in GoogleMapsCore
"_OBJC_CLASS_$_UITableViewController", referenced from:
_OBJC_CLASS_$_GMSx_NIRadioGroupController in GoogleMaps
"_OBJC_CLASS_$_UITapGestureRecognizer", referenced from:
objc-class-ref in GoogleMaps
objc-class-ref in GoogleMapsCore
"_OBJC_CLASS_$_UITextField", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UITextView", referenced from:
objc-class-ref in GoogleMaps
"_OBJC_CLASS_$_UITraitCollection", referenced from:
objc-class-ref in GoogleMapsBase
"_OBJC_CLASS_$_UIView", referenced from:
l_OBJC_$_CATEGORY_UIView_$_MaterialRTL in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_MaterialRTLPrivate in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_Accessibility in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_GOORTLUtils in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_GMSx_QTMAnimation in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_MDCTimingFunction in GoogleMaps
l_OBJC_$_CATEGORY_UIView_$_GOOFirstResponderUtils in GoogleMaps
...
"_OBJC_CLASS_$_UIViewController", referenced from:
_OBJC_CLASS_$_GMSx_QTMCollectionViewController in GoogleMaps
objc-class-ref in GoogleMapsCore
_OBJC_CLASS_$_GMSFloorPickerViewController in GoogleMapsCore
"_OBJC_METACLASS_$_CALayer", referenced from:
_OBJC_METACLASS_$_GMSCALayer in GoogleMaps
_OBJC_METACLASS_$_GMSOverlayLayer in GoogleMaps
_OBJC_METACLASS_$_GMSx_MDCShadowLayer in GoogleMaps
_OBJC_METACLASS_$_GMSx_MDCLegacyInkLayer in GoogleMaps
_OBJC_METACLASS_$_GMSx_IVCameraLayer in GoogleMapsCore
_OBJC_METACLASS_$_GMSx_IVRenderLayer in GoogleMapsCore
_OBJC_METACLASS_$_GMSEntityRendererLayer in GoogleMapsCore
...
"_OBJC_METACLASS_$_CAShapeLayer", referenced from:
_OBJC_METACLASS_$_GMSx_MDCInkLayer in GoogleMaps
_OBJC_METACLASS_$_GMSx_MDCLegacyInkLayerRipple in GoogleMaps
"_OBJC_METACLASS_$_EAGLContext", referenced from:
_OBJC_METACLASS_$_GMSIOSGLContext in GoogleMapsCore
"_OBJC_METACLASS_$_NSManagedObject", referenced from:
_OBJC_METACLASS_$_GMSCachedObject in GoogleMaps
_OBJC_METACLASS_$_GMSCachedObjectBlob in GoogleMaps
_OBJC_METACLASS_$_GMSCacheProperty in GoogleMapsCore
_OBJC_METACLASS_$_GMSCachedTile in GoogleMapsCore
_OBJC_METACLASS_$_GMSCachedTileBlob in GoogleMapsCore
_OBJC_METACLASS_$_GMSCachedTileProtoBlob in GoogleMapsCore
"_OBJC_METACLASS_$_UIAccessibilityElement", referenced from:
_OBJC_METACLASS_$_GMSVectorMapViewAccessibilityElement in GoogleMapsCore
"_OBJC_METACLASS_$_UIBarButtonItem", referenced from:
_OBJC_METACLASS_$_GMSx_GOOUIBarButtonItem in GoogleMaps
"_OBJC_METACLASS_$_UIButton", referenced from:
_OBJC_METACLASS_$_GMSx_QTMButton in GoogleMaps
_OBJC_METACLASS_$_GMSCompassButton in GoogleMapsCore
"_OBJC_METACLASS_$_UICollectionReusableView", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionViewGridBackground in GoogleMaps
_OBJC_METACLASS_$_GMSx_QTMCollectionViewInfoBar in GoogleMaps
"_OBJC_METACLASS_$_UICollectionView", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionView in GoogleMaps
"_OBJC_METACLASS_$_UICollectionViewCell", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionViewCell in GoogleMaps
"_OBJC_METACLASS_$_UICollectionViewFlowLayout", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionViewFlowLayout in GoogleMaps
"_OBJC_METACLASS_$_UICollectionViewLayoutAttributes", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionViewLayoutAttributes in GoogleMaps
"_OBJC_METACLASS_$_UIGestureRecognizer", referenced from:
_OBJC_METACLASS_$_GMSBlockingGestureRecognizer in GoogleMaps
_OBJC_METACLASS_$_GMSx_MDCInkGestureRecognizer in GoogleMaps
_OBJC_METACLASS_$_GMSForceTouchGestureRecognizer in GoogleMapsCore
_OBJC_METACLASS_$_GMSMultiTouchGestureRecognizer in GoogleMapsCore
"_OBJC_METACLASS_$_UIImageView", referenced from:
_OBJC_METACLASS_$_GMSCompassNeedle in GoogleMapsCore
_OBJC_METACLASS_$_GMSFloorPickerContainerView in GoogleMapsCore
"_OBJC_METACLASS_$_UILabel", referenced from:
_OBJC_METACLASS_$_GMSx_GOOTextContentViewLabel in GoogleMaps
"_OBJC_METACLASS_$_UIPanGestureRecognizer", referenced from:
_OBJC_METACLASS_$_GMSPanGestureRecognizer in GoogleMapsCore
"_OBJC_METACLASS_$_UIScreenEdgePanGestureRecognizer", referenced from:
_OBJC_METACLASS_$_GMSScreenLeftEdgePanGestureRecognizer in GoogleMapsCore
"_OBJC_METACLASS_$_UITableViewCell", referenced from:
_OBJC_METACLASS_$_GMSx_NITextCell in GoogleMaps
_OBJC_METACLASS_$_GMSx_NIDrawRectBlockCell in GoogleMaps
_OBJC_METACLASS_$_GMSx_NIRadioGroupCell in GoogleMaps
_OBJC_METACLASS_$_GMSFloorPickerCell in GoogleMapsCore
"_OBJC_METACLASS_$_UITableViewController", referenced from:
_OBJC_METACLASS_$_GMSx_NIRadioGroupController in GoogleMaps
"_OBJC_METACLASS_$_UIView", referenced from:
_OBJC_METACLASS_$_GMSMapView in GoogleMaps
_OBJC_METACLASS_$_GMSOffscreenEntityView in GoogleMaps
_OBJC_METACLASS_$_GMSOffscreenEntitiesHostView in GoogleMaps
_OBJC_METACLASS_$_GMSUISettingsPaddingView in GoogleMaps
_OBJC_METACLASS_$_GMSPanoramaView in GoogleMaps
_OBJC_METACLASS_$_GMSInfoWindowView in GoogleMaps
_OBJC_METACLASS_$_GMSUISettingsView in GoogleMaps
...
"_OBJC_METACLASS_$_UIViewController", referenced from:
_OBJC_METACLASS_$_GMSx_QTMCollectionViewController in GoogleMaps
_OBJC_METACLASS_$_GMSFloorPickerViewController in GoogleMapsCore
"_SCNetworkReachabilityCreateWithAddress", referenced from:
_CheckReachabilityForAddress in GoogleMaps
"_SCNetworkReachabilityCreateWithName", referenced from:
-[GMSNetworkMonitor startReachabilityCheckInternal] in GoogleMaps
"_SCNetworkReachabilityGetFlags", referenced from:
_CheckReachabilityForAddress in GoogleMaps
"_SCNetworkReachabilityScheduleWithRunLoop", referenced from:
-[GMSNetworkMonitor startReachabilityCheckInternal] in GoogleMaps
"_SCNetworkReachabilitySetCallback", referenced from:
-[GMSNetworkMonitor startReachabilityCheckInternal] in GoogleMaps
-[GMSNetworkMonitor stopReachabilityCheckInternal] in GoogleMaps
"_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from:
-[GMSNetworkMonitor stopReachabilityCheckInternal] in GoogleMaps
"_SecTrustEvaluate", referenced from:
___75+[GMSx_GTMSessionFetcher evaluateServerTrust:forRequest:completionHandler:]_block_invoke in GoogleMapsBase
"_UIAccessibilityIsReduceMotionEnabled", referenced from:
-[GMSAccessibilityMonitor updateReduceMotionStatus] in GoogleMapsCore
"_UIAccessibilityLayoutChangedNotification", referenced from:
-[GMSVectorMapView handleUIItemTransactionIfAppropriate] in GoogleMapsCore
"_UIAccessibilityPostNotification", referenced from:
-[GMSVectorMapView handleUIItemTransactionIfAppropriate] in GoogleMapsCore
"_UIAccessibilityReduceMotionStatusDidChangeNotification", referenced from:
-[GMSAccessibilityMonitor init] in GoogleMapsCore
"_UIAccessibilityTraitAdjustable", referenced from:
-[GMSVectorMapViewAccessibilityElement accessibilityTraits] in GoogleMapsCore
"_UIAccessibilityTraitButton", referenced from:
-[GMSGroundOverlay accessibilityTraits] in GoogleMaps
-[GMSMarker init] in GoogleMaps
-[GMSx_QTMButton accessibilityTraits] in GoogleMaps
-[GMSx_QTMCollectionViewInfoBar setStyle:] in GoogleMaps
-[GMSx_GOOCheckboxContentViewObject initWithTitle:subtitle:image:] in GoogleMaps
-[GMSCompassButton accessibilityTraits] in GoogleMapsCore
"_UIAccessibilityTraitHeader", referenced from:
-[GMSx_GOOSectionHeaderContentView accessibilityTraits] in GoogleMaps
"_UIAccessibilityTraitNone", referenced from:
-[GMSx_QTMCollectionViewCell accessibilityTraits] in GoogleMaps
-[GMSx_GOOBaseContentView prepareForReuse] in GoogleMaps
"_UIAccessibilityTraitNotEnabled", referenced from:
-[GMSx_GOOTextContentView updateStyleWithEnabled:] in GoogleMaps
"_UIAccessibilityTraitSelected", referenced from:
-[GMSx_GOOCheckboxContentViewObject setChecked:animated:] in GoogleMaps
-[GMSx_GOOCheckboxContentView updateCheckmarkWithChecked:animated:] in GoogleMaps
"_UIAccessibilityTraitUpdatesFrequently", referenced from:
-[GMSx_MDCActivityIndicator accessibilityTraits] in GoogleMaps
"_UIAnimationDragCoefficient", referenced from:
_GMSx_MDMSimulatorAnimationDragCoefficient in GoogleMaps
"_UIApplicationDidBecomeActiveNotification", referenced from:
-[GMSClientParameters startWithCompletionHandler:] in GoogleMaps
-[GMSEntityRendererView addAppActiveObservers] in GoogleMapsCore
"_UIApplicationDidEnterBackgroundNotification", referenced from:
-[GMSx_GIPClearcutLogger initAndRegisterObservers:] in GoogleMapsBase
-[GMSx_MDCActivityIndicator registerForegroundAndBackgroundNotificationObserversIfNeeded] in GoogleMaps
-[GMSx_MDCActivityIndicator controlAnimatingOnForegroundChange:] in GoogleMaps
-[GMSForegroundDispatchQueue initWithName:targetQueue:] in GoogleMapsCore
-[GMSEntityRendererView addAppActiveObservers] in GoogleMapsCore
"_UIApplicationDidReceiveMemoryWarningNotification", referenced from:
-[GMSPanoramaView sharedInitWithServices:] in GoogleMaps
-[GMSObjectDataCache initWithCacheStorageDescriptor:objectType:callbackQueue:cacheName:] in GoogleMaps
-[GMSServerResourceManager initWithConnection:offlineResourceLoader:cacheStorageDescriptor:timingClock:capacity:diskCapacity:] in GoogleMaps
-[GMSTileDataCache initWithCacheStorageDescriptor:tileType:maxCount:maxSize:timingClock:] in GoogleMapsCore
-[GMSTileMemCache initWithMaxCount:removeUnreservedOnMemoryWarnings:notFoundMarker:updatePredicate:] in GoogleMapsCore
-[GMSx_NIMemoryCache initWithCapacity:] in GoogleMapsCore
-[GMSx_NIViewRecycler init] in GoogleMapsCore
...
"_UIApplicationSignificantTimeChangeNotification", referenced from:
-[GMSx_GIPClearcutLogger initAndRegisterObservers:] in GoogleMapsBase
"_UIApplicationWillEnterForegroundNotification", referenced from:
-[GMSx_MDCActivityIndicator registerForegroundAndBackgroundNotificationObserversIfNeeded] in GoogleMaps
-[GMSForegroundDispatchQueue initWithName:targetQueue:] in GoogleMapsCore
"_UIApplicationWillResignActiveNotification", referenced from:
-[GMSClientParameters startWithCompletionHandler:] in GoogleMaps
"_UIBackgroundTaskInvalid", referenced from:
-[GMSx_GIPClearcutLogger initAndRegisterObservers:] in GoogleMapsBase
___67-[GMSx_GIPClearcutLogger beginBackgroundTaskWithCompletionHandler:]_block_invoke in GoogleMapsBase
___43-[GMSx_GIPClearcutLogger endBackgroundTask]_block_invoke in GoogleMapsBase
___GMSScheduleFileIOBlockWithBackgroundTask_block_invoke in GoogleMapsBase
___GMSScheduleFileIOBlockWithBackgroundTask_block_invoke.11 in GoogleMapsBase
-[GMSx_GTLRServiceTicket initWithService:executionParameters:] in GoogleMapsBase
___45-[GMSx_GTLRServiceTicket startBackgroundTask]_block_invoke in GoogleMapsBase
...
"_UICollectionElementKindSectionFooter", referenced from:
-[GMSx_QTMCollectionViewEditingController attributesAtSection:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForSupplementaryViewOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout finalLayoutAttributesForDisappearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout updateSupplementaryViewAttribute:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout isTop:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout isBottom:] in GoogleMaps
...
"_UICollectionElementKindSectionHeader", referenced from:
-[GMSx_QTMCollectionViewEditingController attributesAtSection:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout layoutAttributesForSupplementaryViewOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout initialLayoutAttributesForAppearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout finalLayoutAttributesForDisappearingSupplementaryElementOfKind:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout updateSupplementaryViewAttribute:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout isTop:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout isBottom:] in GoogleMaps
...
"_UIContentSizeCategoryAccessibilityExtraExtraExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
"_UIContentSizeCategoryAccessibilityExtraExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
"_UIContentSizeCategoryAccessibilityExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
"_UIContentSizeCategoryAccessibilityLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
"_UIContentSizeCategoryAccessibilityMedium", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
"_UIContentSizeCategoryDidChangeNotification", referenced from:
-[GMSx_MDCSystemFontLoader init] in GoogleMaps
-[GMSAccessibilityMonitor init] in GoogleMapsCore
"_UIContentSizeCategoryExtraExtraExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
+[GMSx_MDCFontTraits traitsForTextStyle:sizeCategory:] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIContentSizeCategoryExtraExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIContentSizeCategoryExtraLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIContentSizeCategoryExtraSmall", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIContentSizeCategoryLarge", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
-[GMSx_MDCFontScaler scaledValueForValue:] in GoogleMaps
-[UIFont(MaterialScalable) GMSx_mdc_scaledFontForTraitEnvironment:] in GoogleMaps
-[UIFont(MaterialScalable) GMSx_mdc_scaledFontAtDefaultSize] in GoogleMaps
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_preferredFontDescriptorForMaterialTextStyle:] in GoogleMaps
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_standardFontDescriptorForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
...
"_UIContentSizeCategoryMedium", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIContentSizeCategoryNewValueKey", referenced from:
-[GMSAccessibilityMonitor contentSizeCategoryDidChange:] in GoogleMapsCore
"_UIContentSizeCategorySmall", referenced from:
-[GMSx_MDCFontScaler initForMaterialTextStyle:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
-[GMSAccessibilityMonitor updateDynamicTextMultiplierWithSizeCategory:] in GoogleMapsCore
"_UIDeviceOrientationDidChangeNotification", referenced from:
-[GMSMyLocationProvider initWithManager:] in GoogleMaps
"_UIEdgeInsetsZero", referenced from:
-[GMSx_QTMCollectionViewCell commonInit] in GoogleMaps
-[GMSx_QTMCollectionViewController sizeForObject:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewController inlaidSizeForObject:withSize:atIndexPath:] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout init] in GoogleMaps
-[GMSx_QTMCollectionViewFlowLayout inlayAttributeIfNecessary:] in GoogleMaps
-[GMSx_QTMCollectionViewStyleController initWithCollectionView:] in GoogleMaps
-[GMSx_QTMCollectionViewStyleController contentViewInsetsForCellWithAttribute:] in GoogleMaps
...
"_UIFontDescriptorFaceAttribute", referenced from:
-[UIFont(MaterialSimpleEquality) GMSx_mdc_isSimplyEqual:] in GoogleMaps
"_UIFontDescriptorFamilyAttribute", referenced from:
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_fontDescriptorForMaterialTextStyle:sizeCategory:] in GoogleMaps
"_UIFontDescriptorSizeAttribute", referenced from:
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_fontDescriptorForMaterialTextStyle:sizeCategory:] in GoogleMaps
"_UIFontDescriptorTraitsAttribute", referenced from:
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_fontDescriptorForMaterialTextStyle:sizeCategory:] in GoogleMaps
-[UIFont(MaterialTypographyPrivate) GMSx_mdc_weight] in GoogleMaps
-[UIFont(MaterialTypographyPrivate) GMSx_mdc_slant] in GoogleMaps
"_UIFontSlantTrait", referenced from:
-[UIFont(MaterialTypographyPrivate) GMSx_mdc_slant] in GoogleMaps
"_UIFontTextStyleHeadline", referenced from:
GMSx_gmm_photo::platform_ios::IVIOSTextService::IVIOSTextService() in GoogleMapsCore
"_UIFontWeightBlack", referenced from:
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightBold", referenced from:
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightHeavy", referenced from:
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
"_UIFontWeightLight", referenced from:
-[GMSx_MDCSystemFontLoader lightFontOfSize:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
gmscore::vector::(anonymous namespace)::FontDescriptorForLabelFontTypeAndSize(gmscore::vector::LabelFontType, float) in GoogleMapsCore
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightMedium", referenced from:
-[GMSx_MDCSystemFontLoader mediumFontOfSize:] in GoogleMaps
-[GMSx_MDCSystemFontLoader isLargeForContrastRatios:] in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
gmscore::vector::(anonymous namespace)::FontDescriptorForLabelFontTypeAndSize(gmscore::vector::LabelFontType, float) in GoogleMapsCore
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightRegular", referenced from:
-[GMSx_MDCSystemFontLoader regularFontOfSize:] in GoogleMaps
___97+[UIFontDescriptor(MaterialTypography) GMSx_mdc_fontDescriptorForMaterialTextStyle:sizeCategory:]_block_invoke in GoogleMaps
+[GMSx_MDCFontTraits initialize] in GoogleMaps
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
_GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightSemibold", referenced from:
-[GMSx_MDCSystemFontLoader boldFontOfSize:] in GoogleMaps
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
"_UIFontWeightThin", referenced from:
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
l_switch.table.GMSx_GMCSAttributedStringFromStyledText in GoogleMapsCore
"_UIFontWeightTrait", referenced from:
+[UIFontDescriptor(MaterialTypography) GMSx_mdc_fontDescriptorForMaterialTextStyle:sizeCategory:] in GoogleMaps
-[UIFont(MaterialTypographyPrivate) GMSx_mdc_weight] in GoogleMaps
"_UIFontWeightUltraLight", referenced from:
+[UIFont(MaterialTypographyPrivate) GMSx_mdc_fontWeightDescription:] in GoogleMaps
"_UIGraphicsBeginImageContext", referenced from:
_GMSx_QTMAverageColorOfOpaqueImage in GoogleMaps
_GMSx_MDFAverageColorOfOpaqueImage in GoogleMaps
+[GMSLayeredIconUtil filterIconImage:color:blendMode:] in GoogleMapsCore
+[GMSCompassButton image:tintedUsingColor:] in GoogleMapsCore
"_UIGraphicsBeginImageContextWithOptions", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSOffscreenEntitiesHostView newFrame] in GoogleMaps
___45+[GMSOffscreenEntitiesHostView blankSnapshot]_block_invoke in GoogleMaps
+[GMSMarker markerImageWithColor:] in GoogleMaps
+[GMSUISettingsView tintImage:withColor:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController snapshotWithRect:] in GoogleMaps
...
"_UIGraphicsEndImageContext", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSOffscreenEntitiesHostView newFrame] in GoogleMaps
___45+[GMSOffscreenEntitiesHostView blankSnapshot]_block_invoke in GoogleMaps
+[GMSMarker markerImageWithColor:] in GoogleMaps
+[GMSUISettingsView tintImage:withColor:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController snapshotWithRect:] in GoogleMaps
...
"_UIGraphicsGetCurrentContext", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSx_QTMCollectionViewEditingController snapshotWithRect:] in GoogleMaps
+[GMSx_QTMCollectionViewStyleController cellBackgroundImageWithStyleController:sectionOrdinalPosition:atIndexPath:elementKind:] in GoogleMaps
-[UIImage(MaterialRTL) GMSx_mdf_imageWithHorizontallyFlippedOrientation] in GoogleMaps
-[GMSx_MDFSpritedAnimationView colorizedSpriteSheet:] in GoogleMaps
-[GMSx_NIGroupedCellBackground _imageForHighlight] in GoogleMaps
...
"_UIGraphicsGetImageFromCurrentImageContext", referenced from:
_GMSImageWithSize in GoogleMapsBase
_GMSTintedImageWithSize in GoogleMapsBase
-[GMSOffscreenEntitiesHostView newFrame] in GoogleMaps
___45+[GMSOffscreenEntitiesHostView blankSnapshot]_block_invoke in GoogleMaps
+[GMSMarker markerImageWithColor:] in GoogleMaps
+[GMSUISettingsView tintImage:withColor:] in GoogleMaps
-[GMSx_QTMCollectionViewEditingController snapshotWithRect:] in GoogleMaps
...
"_UIGraphicsPopContext", referenced from:
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_UIGraphicsPushContext", referenced from:
+[GMSLayeredIconUtil imageForText:fontAttributes:textContentSize:drawText:adjustAspect:ninePatchImage:] in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSTextService::Request(GMSx_gmm_photo::api::Request<GMSx_gmm_photo::api::Text, GMSx_gmm_photo::api::Image>*) in GoogleMapsCore
"_UIImagePNGRepresentation", referenced from:
___54-[GMSCustomTileService receiveTileWithX:y:zoom:image:]_block_invoke in GoogleMaps
____ZN20GMSRocketIconService7RequestEPN14GMSx_gmm_photo3api7RequestINS1_10IconSourceENS1_5ImageEEE_block_invoke in GoogleMaps
"_UIKeyboardAnimationCurveUserInfoKey", referenced from:
-[GMSx_GOOScrollViewKeyboardManager delayedUpdateScrollViewPositionWithKeyboardUserInfo:] in GoogleMaps
+[GMSx_MDCKeyboardWatcher animationCurveOptionFromKeyboardNotification:] in GoogleMaps
"_UIKeyboardAnimationDurationUserInfoKey", referenced from:
-[GMSx_GOOScrollViewKeyboardManager delayedUpdateScrollViewPositionWithKeyboardUserInfo:] in GoogleMaps
+[GMSx_MDCKeyboardWatcher animationDurationFromKeyboardNotification:] in GoogleMaps
"_UIKeyboardFrameEndUserInfoKey", referenced from:
-[GMSx_MDCKeyboardWatcher updateKeyboardOffsetWithKeyboardUserInfo:] in GoogleMaps
"_UIKeyboardWillChangeFrameNotification", referenced from:
-[GMSx_MDCKeyboardWatcher init] in GoogleMaps
"_UIKeyboardWillHideNotification", referenced from:
-[GMSx_MDCKeyboardWatcher init] in GoogleMaps
"_UIKeyboardWillShowNotification", referenced from:
-[GMSx_MDCKeyboardWatcher init] in GoogleMaps
"_UIRectFill", referenced from:
+[GMSUISettingsView tintImage:withColor:] in GoogleMaps
+[GMSx_GOOResources tintImage:withColor:] in GoogleMaps
"_UIRectFillUsingBlendMode", referenced from:
+[GMSMarker markerImageWithColor:] in GoogleMaps
+[GMSCompassButton image:tintedUsingColor:] in GoogleMapsCore
"_UITableViewIndexSearch", referenced from:
-[GMSx_NITableViewModel _compileSectionIndex] in GoogleMaps
-[GMSx_NITableViewModel tableView:sectionForSectionIndexTitle:atIndex:] in GoogleMaps
"_UITrackingRunLoopMode", referenced from:
-[GMSPanoramaView didMoveToWindow] in GoogleMaps
"_glActiveTexture", referenced from:
gmscore::renderer::GLState::ActiveTexture(unsigned int) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::RenderIcon(GMSx_gmm_photo::overlay::Icon*, GMSx_gmm_photo::api::IconOptions const&, GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::Render(GMSx_gmm_photo_glsl::TextShader*, GMSx_gmm_photo::model::PhotoCamera const&, float) in GoogleMapsCore
GMSx_gmm_photo::pano::TexturedMesh::Render(GMSx_gmm_photo_glsl::MeshShader*, GMSx_gmm_photo::pano::TileSpec const&) in GoogleMapsCore
"_glAttachShader", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glBindAttribLocation", referenced from:
gmscore::renderer::DistanceConsumedShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
gmscore::renderer::ShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
gmscore::vector::BillboardedQuadShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
gmscore::vector::GMSDashedStrokeShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
gmscore::vector::GMSStrokeShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
gmscore::vector::GMSTexturedStrokeShaderProgram::BindAttributes(unsigned int) in GoogleMapsCore
"_glBindBuffer", referenced from:
gmscore::renderer::GLState::BindBuffer(unsigned int, unsigned int) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::Render(GMSx_maps_shared::geom::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::RenderIcon(GMSx_gmm_photo::overlay::Icon*, GMSx_gmm_photo::api::IconOptions const&, GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::MakeChevron() in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&, GMSx_google::protobuf_opensource::RepeatedPtrField<GMSx_gmm_photo::api::NavArrow> const&, GMSx_gmm_photo::overlay::PhotoRail*, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeSquare() in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeCircle() in GoogleMapsCore
...
"_glBindFramebuffer", referenced from:
gmscore::renderer::GLState::BindFramebuffer(unsigned int) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::FrameStart() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
"_glBindRenderbuffer", referenced from:
gmscore::renderer::GLState::BindRenderbuffer(unsigned int) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::DeleteFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::FrameStart() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::FrameEnd() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::AttachPackedDepthStencilBuffer(int, int) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::AttachDepthBuffer(int, int) in GoogleMapsCore
...
"_glBindTexture", referenced from:
gmscore::renderer::GLState::BindTexture(unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::set(char const*) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::bind() const in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::unbind() const in GoogleMapsCore
"_glBindVertexArrayOES", referenced from:
gmscore::renderer::GLState::BindVertexArray(unsigned int) in GoogleMapsCore
"_glBlendFunc", referenced from:
gmscore::renderer::GLState::BlendFunc(unsigned int, unsigned int) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
"_glBufferData", referenced from:
gmscore::renderer::GLState::BufferData(unsigned int, long, void const*, unsigned int) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::Render(GMSx_maps_shared::geom::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::RenderIcon(GMSx_gmm_photo::overlay::Icon*, GMSx_gmm_photo::api::IconOptions const&, GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::MakeChevron() in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeSquare() in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeCircle() in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::MakeTextQuad() in GoogleMapsCore
...
"_glCheckFramebufferStatus", referenced from:
gmscore::renderer::FBORenderTarget::WillStartUsingResource() in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::CreateFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
"_glClear", referenced from:
-[GMSRocketIVGLView drawFrame] in GoogleMaps
gmscore::renderer::GLRenderTarget::FrameStart() in GoogleMapsCore
-[GMSx_IVGLView drawFrame] in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::DrawPhoto(GMSx_gmm_photo::model::Camera const&, std::__1::shared_ptr<GMSx_gmm_photo::core::Photo> const&, float, bool, double) in GoogleMapsCore
"_glClearColor", referenced from:
gmscore::renderer::GLState::ClearColor(gmscore::math::Vector4f const&) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::OnSurfaceCreated() in GoogleMapsCore
"_glClearDepthf", referenced from:
gmscore::renderer::GLState::ClearDepth(float) in GoogleMapsCore
"_glClearStencil", referenced from:
gmscore::renderer::GLState::ClearStencil(int) in GoogleMapsCore
"_glColorMask", referenced from:
gmscore::renderer::GLState::ColorMask(bool, bool, bool, bool) in GoogleMapsCore
"_glCompileShader", referenced from:
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::(anonymous namespace)::CompileShader(char const*, int) in GoogleMapsCore
"_glCreateProgram", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glCreateShader", referenced from:
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::(anonymous namespace)::CompileShader(char const*, int) in GoogleMapsCore
"_glCullFace", referenced from:
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
"_glDeleteBuffers", referenced from:
gmscore::renderer::GLState::RecoverResources() in GoogleMapsCore
gmscore::renderer::GLState::DeleteBuffers(int, unsigned int const*) in GoogleMapsCore
GMSx_maps_shared_glsl::VertexBuffer<float, 3>::~VertexBuffer() in GoogleMapsCore
GMSx_maps_shared_glsl::VertexBuffer<float, 2>::~VertexBuffer() in GoogleMapsCore
GMSx_maps_shared_glsl::VertexBuffer<char, 1>::~VertexBuffer() in GoogleMapsCore
"_glDeleteFramebuffers", referenced from:
gmscore::renderer::GLState::DeleteFramebuffers(int, unsigned int const*) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::DeleteFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
"_glDeleteProgram", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
gmscore::renderer::ShaderProgram::DidStopUsingResource() in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::DeleteProgram(unsigned int) in GoogleMapsCore
"_glDeleteRenderbuffers", referenced from:
gmscore::renderer::GLState::DeleteRenderbuffers(int, unsigned int const*) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::DeleteFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
"_glDeleteShader", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glDeleteTextures", referenced from:
gmscore::renderer::GLState::RecoverResources() in GoogleMapsCore
gmscore::renderer::GLState::DeleteTextures(int, unsigned int const*) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::~Texture() in GoogleMapsCore
"_glDeleteVertexArraysOES", referenced from:
gmscore::renderer::GLState::DeleteVertexArrays(int, unsigned int const*) in GoogleMapsCore
"_glDepthFunc", referenced from:
gmscore::renderer::GLState::DepthFunc(unsigned int) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::Camera const&, float, float) in GoogleMapsCore
"_glDepthMask", referenced from:
gmscore::renderer::GLState::DepthMask(bool) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&, GMSx_google::protobuf_opensource::RepeatedPtrField<GMSx_gmm_photo::api::NavArrow> const&, GMSx_gmm_photo::overlay::PhotoRail*, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::Camera const&, float, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::Render(GMSx_gmm_photo_glsl::TextShader*, GMSx_gmm_photo::model::PhotoCamera const&, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::RouteArrow::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&) in GoogleMapsCore
"_glDepthRangef", referenced from:
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::Camera const&, float, float) in GoogleMapsCore
"_glDetachShader", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glDisable", referenced from:
gmscore::renderer::GLState::DisableCapability(unsigned int, unsigned int) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::RenderIcon(GMSx_gmm_photo::overlay::Icon*, GMSx_gmm_photo::api::IconOptions const&, GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&, GMSx_google::protobuf_opensource::RepeatedPtrField<GMSx_gmm_photo::api::NavArrow> const&, GMSx_gmm_photo::overlay::PhotoRail*, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::Render(GMSx_gmm_photo_glsl::TextShader*, GMSx_gmm_photo::model::PhotoCamera const&, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::RouteArrow::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&) in GoogleMapsCore
"_glDisableVertexAttribArray", referenced from:
GMSx_maps_shared_glsl::GlContext::SetVertexAttribArrayEnabled(int, bool) in GoogleMapsCore
"_glDiscardFramebufferEXT", referenced from:
gmscore::renderer::ios::GLLayerRenderTarget::FrameEnd() in GoogleMapsCore
"_glDrawArrays", referenced from:
gmscore::renderer::GLState::DrawArrays(unsigned int, int, int) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::RenderIcon(GMSx_gmm_photo::overlay::Icon*, GMSx_gmm_photo::api::IconOptions const&, GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&, GMSx_google::protobuf_opensource::RepeatedPtrField<GMSx_gmm_photo::api::NavArrow> const&, GMSx_gmm_photo::overlay::PhotoRail*, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::Camera const&, float, float) in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::Render(GMSx_gmm_photo_glsl::TextShader*, GMSx_gmm_photo::model::PhotoCamera const&, float) in GoogleMapsCore
"_glDrawElements", referenced from:
gmscore::renderer::GLState::DrawElements(unsigned int, int, unsigned int, void const*) in GoogleMapsCore
GMSx_gmm_photo::overlay::RouteArrow::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::PhotoCamera const&) in GoogleMapsCore
GMSx_gmm_photo::pano::MeshCpu::Render(GMSx_gmm_photo_glsl::MeshShader*) in GoogleMapsCore
"_glEnable", referenced from:
gmscore::renderer::GLState::EnableCapability(unsigned int, unsigned int) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::Render(GMSx_gmm_photo_glsl::AntialiasFillShader*, GMSx_gmm_photo::model::Camera const&, float, float) in GoogleMapsCore
"_glEnableVertexAttribArray", referenced from:
gmscore::renderer::GLState::EnableVertexAttribArray(unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::SetVertexAttribArrayEnabled(int, bool) in GoogleMapsCore
"_glFinish", referenced from:
-[GMSEntityRendererView draw] in GoogleMapsCore
"_glFlush", referenced from:
gmscore::renderer::GLState::Flush() in GoogleMapsCore
-[GMSx_IVGLView flushGL] in GoogleMapsCore
"_glFramebufferRenderbuffer", referenced from:
gmscore::renderer::FBORenderTarget::WillStartUsingResource() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreatePackedDepthStencilRenderbuffer() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreateStencilRenderbuffer() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreateDepthRenderbuffer() in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::CreateFramebuffer() in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::AttachPackedDepthStencilBuffer(int, int) in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::AttachDepthBuffer(int, int) in GoogleMapsCore
...
"_glFramebufferTexture2D", referenced from:
gmscore::renderer::GLState::FramebufferTexture2D(unsigned int, unsigned int, unsigned int, unsigned int, int) in GoogleMapsCore
"_glFrontFace", referenced from:
gmscore::renderer::GLState::FrontFace(unsigned int) in GoogleMapsCore
GMSx_gmm_photo::core::RendererImpl::BeforeDrawFrame(GMSx_gmm_photo::model::Camera const&) in GoogleMapsCore
"_glGenBuffers", referenced from:
gmscore::renderer::GLState::GenBuffers(int, unsigned int*) in GoogleMapsCore
GMSx_gmm_photo::overlay::IconRendererImpl::Render(GMSx_maps_shared::geom::Camera const&) in GoogleMapsCore
GMSx_gmm_photo::overlay::NavArrows::MakeChevron() in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeSquare() in GoogleMapsCore
GMSx_gmm_photo::overlay::LineAnnotation::MakeCircle() in GoogleMapsCore
GMSx_gmm_photo::overlay::RoadLabels::MakeTextQuad() in GoogleMapsCore
GMSx_gmm_photo::overlay::RouteArrow::MakeArrow(float) in GoogleMapsCore
...
"_glGenFramebuffers", referenced from:
gmscore::renderer::GLState::GenFramebuffers(int, unsigned int*) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
"_glGenRenderbuffers", referenced from:
gmscore::renderer::GLState::GenRenderbuffers(int, unsigned int*) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::AttachPackedDepthStencilBuffer(int, int) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::AttachDepthBuffer(int, int) in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::AttachStencilBuffer(int, int) in GoogleMapsCore
"_glGenTextures", referenced from:
gmscore::renderer::GLState::GenTextures(int, unsigned int*) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::Texture(int, int, unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::Texture(int, int, unsigned int) in GoogleMapsCore
"_glGenVertexArraysOES", referenced from:
gmscore::renderer::GLState::GenVertexArrays(int, unsigned int*) in GoogleMapsCore
"_glGenerateMipmap", referenced from:
gmscore::renderer::GLState::GenerateMipmap(unsigned int) in GoogleMapsCore
"_glGetAttribLocation", referenced from:
GMSx_maps_shared_glsl::GlContext::GetAttribLocation(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glGetError", referenced from:
gmscore::renderer::CheckGlError(char const*) in GoogleMapsCore
"_glGetFloatv", referenced from:
void std::__1::__call_once_proxy<std::__1::tuple<gmscore::renderer::GLState::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
void std::__1::__call_once_proxy<std::__1::tuple<GMSx_gmm_photo::platform_ios::IVIOSGLContext::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
"_glGetIntegerv", referenced from:
gmscore::renderer::ScopedBufferObjectBinding::ScopedBufferObjectBinding(gmscore::renderer::BufferObject::Target) in GoogleMapsCore
gmscore::renderer::ScopedBufferObjectBinding::ScopedBufferObjectBinding(gmscore::renderer::BufferObject::Target) in GoogleMapsCore
gmscore::renderer::FBORenderTarget::WillStartUsingResource() in GoogleMapsCore
gmscore::renderer::GLState::GetBoundTexture(unsigned int) in GoogleMapsCore
void std::__1::__call_once_proxy<std::__1::tuple<gmscore::renderer::GLState::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
gmscore::renderer::ShaderProgram::WillStartUsingResource() in GoogleMapsCore
void std::__1::__call_once_proxy<std::__1::tuple<GMSx_gmm_photo::platform_ios::IVIOSGLContext::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
...
"_glGetProgramInfoLog", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glGetProgramiv", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glGetRenderbufferParameteriv", referenced from:
gmscore::renderer::ios::GLLayerRenderTarget::CreateFramebuffer() in GoogleMapsCore
GMSx_gmm_photo::platform_ios::IVIOSGLContext::CreateFramebuffer() in GoogleMapsCore
-[GMSEntityRendererView imageFromSelfSnapshotGL] in GoogleMapsCore
"_glGetShaderInfoLog", referenced from:
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::(anonymous namespace)::CompileShader(char const*, int) in GoogleMapsCore
"_glGetShaderiv", referenced from:
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::(anonymous namespace)::CompileShader(char const*, int) in GoogleMapsCore
"_glGetString", referenced from:
void std::__1::__call_once_proxy<std::__1::tuple<gmscore::renderer::GLState::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
void std::__1::__call_once_proxy<std::__1::tuple<GMSx_gmm_photo::platform_ios::IVIOSGLContext::InitializeCapabilities()::$_0&&> >(void*) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::GlContext() in GoogleMapsCore
"_glGetUniformLocation", referenced from:
gmscore::renderer::ShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::renderer::ShaderProgram::GetUniformLocation(unsigned int, char const*) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::GetUniformLocation(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glLineWidth", referenced from:
gmscore::renderer::GLState::LineWidth(float) in GoogleMapsCore
"_glLinkProgram", referenced from:
gmscore::renderer::ShaderProgram::CreateProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::CompileProgram(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
"_glMapBufferOES", referenced from:
gmscore::renderer::GLState::MapBuffer(unsigned int, long) in GoogleMapsCore
"_glMapBufferRange", referenced from:
gmscore::renderer::GLState::MapBuffer(unsigned int, long) in GoogleMapsCore
"_glMultMatrixf", referenced from:
_GMSx_gluPerspective in GoogleMapsCore
_GMSx_gluLookAt in GoogleMapsCore
"_glOrthof", referenced from:
_GMSx_gluOrtho2D in GoogleMapsCore
"_glPixelStorei", referenced from:
gmscore::renderer::FBORenderTarget::SnapshotToMemory(void*) in GoogleMapsCore
-[GMSEntityRendererView imageFromSelfSnapshotGL] in GoogleMapsCore
"_glPolygonOffset", referenced from:
gmscore::renderer::GLState::PolygonOffset(float, float) in GoogleMapsCore
"_glReadPixels", referenced from:
gmscore::renderer::GLState::ReadPixels(int, int, int, int, unsigned int, unsigned int, void*) in GoogleMapsCore
"_glRenderbufferStorage", referenced from:
gmscore::renderer::FBORenderTarget::WillStartUsingResource() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreatePackedDepthStencilRenderbuffer() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreateStencilRenderbuffer() in GoogleMapsCore
gmscore::renderer::FBORenderTarget::CreateDepthRenderbuffer() in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::AttachPackedDepthStencilBuffer(int, int) in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::AttachDepthBuffer(int, int) in GoogleMapsCore
gmscore::renderer::ios::GLLayerRenderTarget::AttachStencilBuffer(int, int) in GoogleMapsCore
...
"_glScalef", referenced from:
_GMSx_gluPickMatrix in GoogleMapsCore
"_glScissor", referenced from:
gmscore::renderer::GLState::Scissor(int, int, int, int) in GoogleMapsCore
"_glShaderSource", referenced from:
gmscore::renderer::ShaderProgram::LoadShader(unsigned int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in GoogleMapsCore
GMSx_maps_shared_glsl::(anonymous namespace)::CompileShader(char const*, int) in GoogleMapsCore
"_glStencilFunc", referenced from:
gmscore::renderer::GLState::StencilFunc(unsigned int, int, unsigned int) in GoogleMapsCore
"_glStencilMask", referenced from:
gmscore::renderer::GLState::StencilMask(unsigned int) in GoogleMapsCore
"_glStencilOp", referenced from:
gmscore::renderer::GLState::StencilOp(unsigned int, unsigned int, unsigned int) in GoogleMapsCore
"_glTexImage2D", referenced from:
gmscore::renderer::GLState::TexImage2D(unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::set(char const*) in GoogleMapsCore
"_glTexParameteri", referenced from:
gmscore::renderer::GLState::TexParameteri(unsigned int, int) in GoogleMapsCore
GMSx_maps_shared_glsl::Texture::set(char const*) in GoogleMapsCore
"_glTexSubImage2D", referenced from:
gmscore::renderer::GLState::TexSubImage2D(unsigned int, int, int, int, int, int, unsigned int, unsigned int, void const*) in GoogleMapsCore
"_glTranslatef", referenced from:
_GMSx_gluLookAt in GoogleMapsCore
_GMSx_gluPickMatrix in GoogleMapsCore
"_glUniform1f", referenced from:
gmscore::renderer::DefaultAlphaShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::renderer::DefaultAlphaShaderProgram::SetAlpha(float) in GoogleMapsCore
gmscore::vector::GLAntialiasShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::vector::GLAntialiasShaderProgram::SetUniforms(gmscore::math::Vector4f, float) in GoogleMapsCore
gmscore::vector::GLAlphaShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::vector::GLAlphaShaderProgram::SetAlpha(float) in GoogleMapsCore
gmscore::vector::GLAlphaShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
...
"_glUniform1fv", referenced from:
gmscore::renderer::DistanceConsumedShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetConsumedAlpha(float) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetConsumedDesaturation(float) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetConsumedTextureT(float) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetConsumedDistance(float) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetHiddenAlpha(float) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::SetHiddenDistance(float) in GoogleMapsCore
...
"_glUniform1i", referenced from:
gmscore::renderer::AdjustableTextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::renderer::DistanceConsumedShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::renderer::TextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::BillboardedQuadShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::GLAlphaOnlyTextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::GMSDashedStrokeShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::GMSStrokeShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
...
"_glUniform2f", referenced from:
gmscore::vector::GMSStrokeShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::vector::GMSStrokeShaderProgram::SetCameraAxis(gmscore::math::Vector2f const&) in GoogleMapsCore
gmscore::vector::GMSStrokeShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::GMSTexturedStrokeShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::vector::GMSTexturedStrokeShaderProgram::SetStampAtlasSize(gmscore::math::Vector2f const&) in GoogleMapsCore
gmscore::vector::GMSTexturedStrokeShaderProgram::SetCapAtlasSize(gmscore::math::Vector2f const&) in GoogleMapsCore
gmscore::vector::GMSTexturedStrokeShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
...
"_glUniform2i", referenced from:
GMSx_maps_shared_glsl::GlContext::Uniform2(int, int, int) in GoogleMapsCore
"_glUniform3f", referenced from:
GMSx_maps_shared_glsl::GlContext::Uniform3(int, float, float, float) in GoogleMapsCore
"_glUniform3i", referenced from:
GMSx_maps_shared_glsl::GlContext::Uniform3(int, int, int, int) in GoogleMapsCore
"_glUniform4f", referenced from:
gmscore::renderer::ColoredShaderProgram::SetColor(gmscore::math::Vector4f const&) in GoogleMapsCore
gmscore::vector::GLAntialiasShaderState::CopyDataToGL(gmscore::base::reffed_ptr<gmscore::renderer::GLEntity> const&, gmscore::base::reffed_ptr<gmscore::renderer::Camera3D> const&, gmscore::math::Matrix4f const&, char const* const&) in GoogleMapsCore
gmscore::vector::GLAntialiasShaderProgram::SetUniforms(gmscore::math::Vector4f, float) in GoogleMapsCore
gmscore::vector::GLAlphaOnlyTextureShaderProgram::SetColor(gmscore::math::Vector4f const&) in GoogleMapsCore
gmscore::vector::GLAlphaOnlyTextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::Uniform4(int, float, float, float, float) in GoogleMapsCore
"_glUniform4fv", referenced from:
gmscore::renderer::AdjustableTextureShaderProgram::SetColorUniform() in GoogleMapsCore
"_glUniform4i", referenced from:
GMSx_maps_shared_glsl::GlContext::Uniform4(int, int, int, int, int) in GoogleMapsCore
"_glUniformMatrix2fv", referenced from:
GMSx_maps_shared_glsl::GlContext::UniformMat2(int, unsigned char, float const*) in GoogleMapsCore
"_glUniformMatrix3fv", referenced from:
gmscore::renderer::AdjustableTextureShaderProgram::SetTextureMatrix(gmscore::math::Matrix3f const&) in GoogleMapsCore
gmscore::renderer::AdjustableTextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
gmscore::vector::GLAlphaOnlyTextureShaderProgram::SetTextureMatrix(gmscore::math::Matrix3f const&) in GoogleMapsCore
gmscore::vector::GLAlphaOnlyTextureShaderProgram::BindUniforms(unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::UniformMat3(int, unsigned char, float const*) in GoogleMapsCore
"_glUniformMatrix4fv", referenced from:
gmscore::renderer::ShaderProgram::SetMVPMatrix(gmscore::math::Matrix4f const&) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::UniformMat4(int, unsigned char, float const*) in GoogleMapsCore
"_glUnmapBuffer", referenced from:
gmscore::renderer::GLState::UnmapBuffer(unsigned int) in GoogleMapsCore
"_glUnmapBufferOES", referenced from:
gmscore::renderer::GLState::UnmapBuffer(unsigned int) in GoogleMapsCore
"_glUseProgram", referenced from:
gmscore::renderer::GLState::UseProgram(unsigned int) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::UseProgram(unsigned int) in GoogleMapsCore
"_glVertexAttribPointer", referenced from:
gmscore::renderer::GLState::VertexAttribPointer(unsigned int, int, unsigned int, unsigned char, int, void const*) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::VertexAttribPointer(int, int, unsigned int, unsigned char, int, void const*) in GoogleMapsCore
"_glViewport", referenced from:
gmscore::renderer::GLState::Viewport(int, int, int, int) in GoogleMapsCore
GMSx_maps_shared_glsl::GlContext::Viewport(int, int, int, int) in GoogleMapsCore
"_kCAAnimationCubic", referenced from:
-[GMSx_IVGLView createLookaroundThrowAnimation:] in GoogleMapsCore
"_kCAAnimationCubicPaced", referenced from:
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
"_kCAAnimationDiscrete", referenced from:
-[GMSx_MDFSpritedAnimationView startAnimatingWithCompletion:] in GoogleMaps
"_kCAFillModeBackwards", referenced from:
-[GMSx_QTMCollectionViewEditingController restorePanningItemIfNecessaryWithMomentumX:] in GoogleMaps
-[GMSx_MDMMotionAnimator addAnimation:toLayer:withKeyPath:traits:timeScaleFactor:destination:initialValue:completion:] in GoogleMaps
"_kCAFillModeForwards", referenced from:
-[GMSx_MDFSpritedAnimationView startAnimatingWithCompletion:] in GoogleMaps
-[GMSx_MDCInkLayer startInkAtPoint:animated:] in GoogleMaps
-[GMSx_MDCInkLayer changeAnimationAtPoint:] in GoogleMaps
-[GMSx_MDCInkLayer endInkAtPoint:animated:] in GoogleMaps
-[GMSx_MDCLegacyInkLayerRipple opacityAnimWithValues:times:] in GoogleMaps
-[GMSx_MDCLegacyInkLayerRipple positionAnimWithPath:duration:timingFunction:] in GoogleMaps
-[GMSx_MDCLegacyInkLayerRipple scaleAnimWithValues:times:] in GoogleMaps
...
"_kCAFillRuleEvenOdd", referenced from:
-[GMSx_MDCShadowLayer configureShadowLayerMaskForLayer:] in GoogleMaps
"_kCAGravityCenter", referenced from:
-[GMSEntityRendererView initWithFrame:displayLink:offscreenSink:externalTime:] in GoogleMapsCore
"_kCAMediaTimingFunctionEaseIn", referenced from:
+[GMSx_MDMMotionAnimator animateWithDuration:delay:options:animations:completion:] in GoogleMaps
-[GMSx_MDMAnimationTraits initWithDelay:duration:animationCurve:] in GoogleMaps
+[GMSx_QTMAnimationCurve animationTimingFunctionForCurve:] in GoogleMaps
CAMediaTimingFunctionForUIAnimationCurve(UIViewAnimationCurve) in GoogleMapsCore
"_kCAMediaTimingFunctionEaseInEaseOut", referenced from:
-[GMSx_MDMAnimationTraits initWithDelay:duration:animationCurve:] in GoogleMaps
+[GMSx_QTMAnimationCurve animationTimingFunctionForCurve:] in GoogleMaps
CAMediaTimingFunctionForUIAnimationCurve(UIViewAnimationCurve) in GoogleMapsCore
-[GMSFloorPickerContainerView layoutSubviews] in GoogleMapsCore
"_kCAMediaTimingFunctionEaseOut", referenced from:
+[GMSx_MDMMotionAnimator animateWithDuration:delay:options:animations:completion:] in GoogleMaps
-[GMSx_MDMAnimationTraits initWithDelay:duration:animationCurve:] in GoogleMaps
+[GMSx_QTMAnimationCurve animationTimingFunctionForCurve:] in GoogleMaps
CAMediaTimingFunctionForUIAnimationCurve(UIViewAnimationCurve) in GoogleMapsCore
-[GMSVectorMapView didEndGesturesIsReset:] in GoogleMapsCore
"_kCAMediaTimingFunctionLinear", referenced from:
+[GMSx_MDMMotionAnimator animateWithDuration:delay:options:animations:completion:] in GoogleMaps
-[GMSx_MDMAnimationTraits initWithDelay:duration:animationCurve:] in GoogleMaps
+[GMSx_QTMAnimationCurve animationTimingFunctionForCurve:] in GoogleMaps
+[GMSx_QTMAnimationCurve linear] in GoogleMaps
-[GMSx_MDCInkLayer startInkAtPoint:animated:] in GoogleMaps
-[GMSx_MDCInkLayer changeAnimationAtPoint:] in GoogleMaps
-[GMSx_MDCInkLayer endInkAtPoint:animated:] in GoogleMaps
...
"_kCTFontAttributeName", referenced from:
gmscore::vector::text::BaseText::GetFontGlyphsForLine(__CTLine const*) in GoogleMapsCore
gmscore::vector::text::CreateCFAttributedString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, __CTFont const*, float) in GoogleMapsCore
"_kCTKernAttributeName", referenced from:
gmscore::vector::text::CreateCFAttributedString(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, __CTFont const*, float) in GoogleMapsCore
ld: symbol(s) not found for architecture x86_64
w: Interop library /Users/alekseymikhailovwork/.gradle/caches/modules-2/files-2.1/dev.icerock.moko/maps-google-iosx64/0.1.0/f60481f4798b0ab19c206e01778aa7fed6ef8fa7/maps-google-cinterop-googleMaps can't be exported with -Xexport-library
e: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment