HomeSort by relevance Sort by last modified time
    Searched refs:Opaque (Results 1 - 20 of 20) sorted by null

  /external/clang/test/Index/
comment-cplus11-specific.cpp 9 struct Opaque;
15 typedef inner::Opaque Typedef;
19 using Alias = inner::Opaque;
22 typedef inner::Opaque NoDocTypedef;
25 using NoDocAlias = inner::Opaque;
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p12.cpp 9 template <unsigned n> struct Opaque {};
10 template <unsigned n> void expect(Opaque<n> _) {}
28 Opaque<0> foo(Opaque<0>);
29 Opaque<0> foo(Opaque<1>);
30 Opaque<0> foo(Opaque<2>);
36 Opaque<1> foo(Opaque<1>)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBufferSurface.cpp 56 // Clear the background transparent or opaque, as required. It would be nice if this wasn't
60 if (m_opacityMode == Opaque)
ImageBufferSurface.h 53 Opaque,
RegionTracker.h 51 // there for the outside world. It tracks paints and computes what area will be opaque.
56 // The resulting opaque region as a single rect.
65 Opaque,
69 // Set this to true to track regions that occlude the destination instead of only regions that produce opaque pixels.
93 // The opaque area in the image mask.
Canvas2DLayerBridge.cpp 101 m_layer->setOpaque(opacityMode == Opaque);
102 m_layer->setBlendBackgroundColor(opacityMode != Opaque);
RegionTracker.cpp 43 , m_trackedRegionType(Opaque)
66 // Returns true if the xfermode will force the dst to be opaque, regardless of the current dst.
116 // Returns true if the xfermode will keep the dst opaque, assuming the dst is already opaque.
147 // Returns true if all pixels painted will be opaque.
328 } else if (m_trackedRegionType == Opaque && !xfermodePreservesOpaque(paint, drawsOpaque)) {
355 // Save the opaque area in the destination, so we can preserve the parts of it under the source opaque area if possible.
376 // If the layer's opaque area is being drawn opaque in the layer below, then mark it opaque. Otherwise
    [all...]
ImageBuffer.cpp 85 m_context->setCertainlyOpaque(m_surface->opacityMode() == Opaque);
GraphicsContext.cpp 143 m_trackedRegion.setTrackedRegionType(RegionTracker::Opaque);
572 // mark the bounds as non-opaque.
    [all...]
  /external/llvm/include/llvm-c/
ExecutionEngine.h 177 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
180 void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID,
183 void *Opaque, char **ErrMsg);
184 typedef void (*LLVMMemoryManagerDestroyCallback)(void *Opaque);
191 * @param Opaque An opaque client object to pass back to the callbacks.
198 void *Opaque,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
AcceleratedImageBufferSurface.cpp 55 SkAlphaType alphaType = (Opaque == opacityMode) ? kOpaque_SkAlphaType : kPremul_SkAlphaType;
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 69 Opaque,
PageWidgetDelegate.cpp 89 gc.setCertainlyOpaque(background == Opaque);
WebPagePopupImpl.cpp 343 PageWidgetDelegate::paint(m_page.get(), 0, canvas, rect, PageWidgetDelegate::Opaque);
WebViewImpl.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 354 void *Opaque);
369 void *Opaque;
374 void *Opaque)
375 : Functions(Functions), Opaque(Opaque) {
387 Functions.Destroy(Opaque);
393 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID,
400 return Functions.AllocateDataSection(Opaque, Size, Alignment, SectionID,
407 bool result = Functions.FinalizeMemory(Opaque, &errMsgCString);
421 void *Opaque,
    [all...]
  /external/clang/test/Analysis/
reinterpret-cast.cpp 5 typedef struct Opaque *Data;
  /external/clang/include/clang/AST/
TemplateBase.h 426 TemplateArgumentLocInfo Opaque)
427 : Argument(Argument), LocInfo(Opaque) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 350 // When alpha is false, we should draw to opaque black.
477 OpacityMode opacityMode = !m_context || m_context->hasAlpha() ? NonOpaque : Opaque;
640 OpacityMode opacityMode = !m_context || m_context->hasAlpha() ? NonOpaque : Opaque;
  /external/pcre/dist/
pcregexp.pas 269 study_data : pointer; { Opaque data from pcre_study() }

Completed in 1520 milliseconds