HomeSort by relevance Sort by last modified time
    Searched refs:CG (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextWin.cpp 29 #if USE(CG)
MediaPlayerPrivateFullscreenWindow.cpp 33 #if USE(CG)
SimpleFontDataWin.cpp 42 #if USE(CG)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 289 #if !USE(CG)
307 #if !USE(CG)
RenderSVGResourceMasker.cpp 115 // The save/restore pair is needed for clipToImageBuffer - it doesn't work without it on non-Cg platforms.
157 #if !USE(CG)
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 632 CallGraph &CG = getAnalysis<CallGraph>();
635 CallGraphNode *NF_CGN = CG.getOrInsertFunction(NF);
755 CallGraphNode *CalleeNode = CG[Call->getParent()->getParent()];
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 272 CallGraph &CG = *IFI.CG;
275 CallGraphNode *CalleeNode = CG[Callee];
276 CallGraphNode *CallerNode = CG[Caller];
315 CallerNode->addCalledFunction(CallSite(NewCall), CG[F]);
611 if (IFI.CG)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 151 #if USE(CG)
593 #if !USE(CG)
626 #if !USE(CG)
683 #if !USE(CG) && !(USE(SKIA) && !PLATFORM(ANDROID))
697 #if !USE(CG)
Image.cpp 39 #if USE(CG)
GraphicsContext3D.h 79 #if USE(CG)
765 #if USE(CG)
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 197 #if !USE(CG)
198 // FIXME: Currently we only have the createImage function implemented for CG.
205 #if USE(CG)
228 #if !USE(CG)
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.h 37 #if USE(CG)
315 #if USE(CG)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 46 #if USE(CG)
70 #if USE(CG)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 29 #if USE(CG)
73 // FIXME: m_premultiplyAlpha is ignored in cg at the moment.
359 #endif // USE(CG)
PathCG.cpp 30 #if USE(CG)
130 // CGPathContainsPoint returns false for non-closed paths, as a work-around, we copy and close the path first. Radar 4758998 asks for a better CG API to use
312 #endif // USE(CG)
ImageCG.cpp 29 #if USE(CG)
367 #endif // USE(CG)
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 175 #if !USE(CG)
ImageDecoder.h 150 #if USE(CG)
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 57 #if USE(CG)
87 #elif USE(CG)
97 #if USE(CG)
211 #elif USE(CG)
239 #elif USE(CG)
279 #if USE(CG)
288 #endif // USE(CG)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 40 #if USE(CG)
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1348 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; }; member in union:CacheEntity_union
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 363 #if USE(CG) || (USE(SKIA) && !PLATFORM(ANDROID))
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 73 #if !USE(CG) || !defined(COREGRAPHICS_INCLUDES_CORESERVICES_HEADER)
74 // Fixed type is not defined on non-CG and Windows platforms. |version| in sfntHeader
  /external/webkit/Source/WebKit/win/
WebFrame.h 62 #if USE(CG)
WebFrame.cpp 107 #if USE(CG)
114 #if USE(CG)
115 // CG SPI used for printing
    [all...]

Completed in 900 milliseconds

1 2 34 5