OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkDashPathEffect
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h
13
/** \class
SkDashPathEffect
15
SkDashPathEffect
is a subclass of SkPathEffect that implements dashing
17
class SK_API
SkDashPathEffect
: public SkPathEffect {
39
SkDashPathEffect
(const SkScalar intervals[], int count, SkScalar phase,
41
virtual ~
SkDashPathEffect
();
55
SkDashPathEffect
(SkFlattenableReadBuffer&);
/external/skia/include/effects/
SkDashPathEffect.h
13
/** \class
SkDashPathEffect
15
SkDashPathEffect
is a subclass of SkPathEffect that implements dashing
17
class SK_API
SkDashPathEffect
: public SkPathEffect {
39
SkDashPathEffect
(const SkScalar intervals[], int count, SkScalar phase,
41
virtual ~
SkDashPathEffect
();
55
SkDashPathEffect
(SkFlattenableReadBuffer&);
/external/chromium_org/third_party/skia/src/animator/
SkDrawDash.cpp
11
#include "
SkDashPathEffect
.h"
34
return new
SkDashPathEffect
(intervals.begin(), count, phase);
/external/skia/src/animator/
SkDrawDash.cpp
11
#include "
SkDashPathEffect
.h"
34
return new
SkDashPathEffect
(intervals.begin(), count, phase);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
StrokeData.cpp
57
m_dash = adoptRef(new
SkDashPathEffect
(intervals.get(), count, dashOffset));
103
RefPtr<
SkDashPathEffect
> pathEffect = adoptRef(new
SkDashPathEffect
(intervals, 2, SkIntToScalar(phase)));
StrokeData.h
38
#include "third_party/skia/include/effects/
SkDashPathEffect
.h"
102
RefPtr<
SkDashPathEffect
> m_dash;
/external/skia/gm/
dashcubics.cpp
12
#include "
SkDashPathEffect
.h"
46
SkPathEffect* pe = new
SkDashPathEffect
(intervals, 2, 0);
dashing.cpp
11
#include "
SkDashPathEffect
.h"
22
p.setPathEffect(new
SkDashPathEffect
(intervals, 2, 0))->unref();
158
paint.setPathEffect(new
SkDashPathEffect
(vals, count, phase))->unref();
205
p.setPathEffect(new
SkDashPathEffect
(intervals, 2, phase, false))->unref();
patheffects.cpp
13
#include "
SkDashPathEffect
.h"
48
paint->setPathEffect(new
SkDashPathEffect
(inter, SK_ARRAY_COUNT(inter),
aaclip.cpp
79
#include "
SkDashPathEffect
.h"
85
paint.setPathEffect(new
SkDashPathEffect
(intervals, 2, 0))->unref();
94
paint.setPathEffect(new
SkDashPathEffect
(intervals2, 4, 17))->unref();
/external/skia/tests/
DrawPathTest.cpp
12
#include "
SkDashPathEffect
.h"
220
SkDashPathEffect
dontAssert(vals, 4, -248.135982067f);
232
SkAutoTUnref<
SkDashPathEffect
> dash(
233
new
SkDashPathEffect
(intervals, 2, -10, false));
268
// in
SkDashPathEffect
::filterPath() due to single precision rounding.
277
SkDashPathEffect
dash(intervals, 2, 0);
297
SkDashPathEffect
dash(intervals, 2, 0);
/external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp
10
#include "
SkDashPathEffect
.h"
36
SkDashPathEffect
::
SkDashPathEffect
(const SkScalar intervals[], int count,
87
SkDashPathEffect
::~
SkDashPathEffect
() {
231
bool
SkDashPathEffect
::filterPath(SkPath* dst, const SkPath& src,
342
bool
SkDashPathEffect
::asPoints(PointData* results,
531
SkFlattenable::Factory
SkDashPathEffect
::getFactory() const {
535
void
SkDashPathEffect
::flatten(SkFlattenableWriteBuffer& buffer) const {
546
SkFlattenable*
SkDashPathEffect
::CreateProc(SkFlattenableReadBuffer& buffer)
[
all
...]
/external/skia/src/effects/
SkDashPathEffect.cpp
10
#include "
SkDashPathEffect
.h"
36
SkDashPathEffect
::
SkDashPathEffect
(const SkScalar intervals[], int count,
87
SkDashPathEffect
::~
SkDashPathEffect
() {
231
bool
SkDashPathEffect
::filterPath(SkPath* dst, const SkPath& src,
342
bool
SkDashPathEffect
::asPoints(PointData* results,
531
SkFlattenable::Factory
SkDashPathEffect
::getFactory() const {
535
void
SkDashPathEffect
::flatten(SkFlattenableWriteBuffer& buffer) const {
546
SkFlattenable*
SkDashPathEffect
::CreateProc(SkFlattenableReadBuffer& buffer)
[
all
...]
/external/chromium_org/third_party/skia/src/ports/
SkGlobalInitialization_chromium.cpp
32
#include "
SkDashPathEffect
.h"
73
SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(
SkDashPathEffect
)
SkGlobalInitialization_default.cpp
32
#include "
SkDashPathEffect
.h"
73
SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(
SkDashPathEffect
)
/external/skia/src/ports/
SkGlobalInitialization_chromium.cpp
32
#include "
SkDashPathEffect
.h"
73
SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(
SkDashPathEffect
)
SkGlobalInitialization_default.cpp
32
#include "
SkDashPathEffect
.h"
73
SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(
SkDashPathEffect
)
/external/skia/bench/
DashBench.cpp
11
#include "
SkDashPathEffect
.h"
74
paint.setPathEffect(new
SkDashPathEffect
(fIntervals.begin(),
189
fPE.reset(new
SkDashPathEffect
(vals, 2, 0));
227
fPE.reset(new
SkDashPathEffect
(vals, 2, 0));
266
fPathEffect.reset(new
SkDashPathEffect
(vals, 2, SK_Scalar1, false));
326
fPathEffect.reset(new
SkDashPathEffect
(intervals,
/frameworks/base/core/jni/android/graphics/
PathEffect.cpp
6
#include "
SkDashPathEffect
.h"
39
return new
SkDashPathEffect
(intervals, count, SkFloatToScalar(phase));
/external/chromium_org/skia/ext/
vector_canvas_unittest.cc
20
#include "third_party/skia/include/effects/
SkDashPathEffect
.h"
734
new
SkDashPathEffect
(intervals, arraysize(intervals), 0));
754
new
SkDashPathEffect
(intervals, arraysize(intervals), 0));
772
new
SkDashPathEffect
(intervals, arraysize(intervals), 0));
788
new
SkDashPathEffect
(intervals, arraysize(intervals), 0));
/external/skia/
Android.mk
232
src/effects/
SkDashPathEffect
.cpp \
/external/chromium_org/skia/
skia_library.target.darwin-arm.mk
23
$(hide)cd $(gyp_local_path)/skia; mkdir -p $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/animator $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/images $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/text $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/xml $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/unix $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pathops $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/win $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/effects $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/svg $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu/gl $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/config $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/ports $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/device/xps $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/android $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/mac $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/animated $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pdf $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pipe $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/ios; python ../tools/generate_shim_headers/generate_shim_headers.py --headers-root ../third_party/skia/include --output-directory "$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target" animator/SkAnimator.h animator/SkAnimatorView.h config/SkUserConfig.h core/Sk64.h core/SkAdvancedTypefaceMetrics.h core/SkAnnotation.h core/SkBitmap.h core/SkBitmapDevice.h core/SkBlitRow.h core/SkBounder.h core/SkCanvas.h core/SkChecksum.h core/SkChunkAlloc.h core/SkClipStack.h core/SkColor.h core/SkColorFilter.h core/SkColorPriv.h core/SkColorShader.h core/SkColorTable.h core/SkComposeShader.h core/SkData.h core/SkDataTable.h core/SkDeque.h core/SkDevice.h core/SkDeviceProperties.h core/SkDither.h core/SkDocument.h core/SkDraw.h core/SkDrawFilter.h core/SkDrawLooper.h core/SkEmptyShader.h core/SkEndian.h core/SkError.h core/SkFixed.h core/SkFlate.h core/SkFlattenable.h core/SkFlattenableBuffers.h core/SkFlattenableSerialization.h core/SkFloatBits.h core/SkFloatingPoint.h core/SkFontHost.h core/SkFontLCDConfig.h core/SkGeometry.h core/SkGraphics.h core/SkImage.h core/SkImageDecoder.h core/SkImageEncoder.h core/SkImageFilter.h core/SkImageFilterUtils.h core/SkImageGenerator.h core/SkImageInfo.h core/SkInstCnt.h core/SkLineClipper.h core/SkMallocPixelRef.h core/SkMask.h core/SkMaskFilter.h core/SkMath.h core/SkMatrix.h core/SkMetaData.h core/SkOSFile.h core/SkPackBits.h core/SkPaint.h core/SkPaintOptionsAndroid.h core/SkPath.h core/SkPathEffect.h core/SkPathMeasure.h core/SkPathRef.h core/SkPicture.h core/SkPixelRef.h core/SkPoint.h core/SkPostConfig.h core/SkPreConfig.h core/SkRRect.h core/SkRasterizer.h core/SkReader32.h core/SkRect.h core/SkRefCnt.h core/SkRegion.h core/SkScalar.h core/SkShader.h core/SkSize.h core/SkStream.h core/SkString.h core/SkStringUtils.h core/SkStrokeRec.h core/SkSurface.h core/SkTArray.h core/SkTDArray.h core/SkTDStack.h core/SkTDict.h core/SkTInternalLList.h core/SkTLazy.h core/SkTRegistry.h core/SkTSearch.h core/SkTemplates.h core/SkThread.h core/SkThread_platform.h core/SkTileGridPicture.h core/SkTime.h core/SkTrace.h core/SkTypeface.h core/SkTypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter32.h core/SkXfermode.h device/xps/SkConstexprMath.h device/xps/SkXPSDevice.h effects/Sk1DPathEffect.h effects/Sk2DPathEffect.h effects/SkArithmeticMode.h effects/SkAvoidXfermode.h effects/SkBicubicImageFilter.h effects/SkBitmapAlphaThresholdShader.h effects/SkBitmapSource.h effects/SkBlurDrawLooper.h effects/SkBlurImageFilter.h effects/SkBlurMaskFilter.h effects/SkColorFilterImageFilter.h effects/SkColorMatrix.h effects/SkColorMatrixFilter.h effects/SkComposeImageFilter.h effects/SkCornerPathEffect.h effects/
SkDashPathEffect
.h effects/SkDiscretePathEffect.h effects/SkDisplacementMapEffect.h effects/SkDrawExtraPathEffect.h effects/SkDropShadowImageFilter.h effects/SkEmbossMaskFilter.h effects/SkGradientShader.h effects/SkKernel33MaskFilter.h effects/SkLayerDrawLooper.h effects/SkLayerRasterizer.h effects/SkLerpXfermode.h effects/SkLightingImageFilter.h effects/SkLumaColorFilter.h effects/SkMagnifierImageFilter.h effects/SkMatrixConvolutionImageFilter.h effects/SkMergeImageFilter.h effects/SkMorphologyImageFilter.h effects/SkOffsetImageFilter.h effects/SkPaintFlagsDrawFilter.h effects/SkPerlinNoiseShader.h effects/SkPictureImageFilter.h effects/SkPixelXorXfermode.h effects/SkPorterDuff.h effects/SkRectShaderImageFilter.h effects/SkStippleMaskFilter.h effects/SkTableColorFilter.h effects/SkTableMaskFilter.h effects/SkTestImageFilters.h effects/SkTileImageFilter.h effects/SkTransparentShader.h effects/SkXfermodeImageFilter.h gpu/GrBackendEffectFactory.h gpu/GrBitmapTextContext.h gpu/GrClipData.h gpu/GrColor.h gpu/GrConfig.h gpu/GrContext.h gpu/GrContextFactory.h gpu/GrCoordTransform.h gpu/GrDistanceFieldTextContext.h gpu/GrDrawEffect.h gpu/GrEffect.h gpu/GrEffectStage.h gpu/GrEffectUnitTest.h gpu/GrFontScaler.h gpu/GrGlyph.h gpu/GrKey.h gpu/GrPaint.h gpu/GrPathRendererChain.h gpu/GrPoint.h gpu/GrRect.h gpu/GrRenderTarget.h gpu/GrResource.h gpu/GrSurface.h gpu/GrTBackendEffectFactory.h gpu/GrTextContext.h gpu/GrTexture.h gpu/GrTextureAccess.h gpu/GrTypes.h gpu/GrTypesPriv.h gpu/GrUserConfig.h gpu/SkGpuDevice.h gpu/SkGr.h gpu/SkGrPixelRef.h gpu/SkGrTexturePixelRef.h gpu/gl/GrGLConfig.h gpu/gl/GrGLConfig_chrome.h gpu/gl/GrGLExtensions.h gpu/gl/GrGLFunctions.h gpu/gl/GrGLInterface.h gpu/gl/SkANGLEGLContext.h gpu/gl/SkDebugGLContext.h gpu/gl/SkGLContextHelper.h gpu/gl/SkMesaGLContext.h gpu/gl/SkNativeGLContext.h gpu/gl/SkNullGLContext.h images/SkForceLinking.h images/SkImageRef.h images/SkImageRef_GlobalPool.h images/SkImages.h images/SkMovie.h images/SkPageFlipper.h pathops/SkPathOps.h pdf/SkPDFDevice.h pdf/SkPDFDocument.h pipe/SkGPipe.h ports/SkFontConfigInterface.h ports/SkFontMgr.h ports/SkFontStyle.h ports/SkHarfBuzzFont.h ports/SkTypeface_android.h ports/SkTypeface_mac.h ports/SkTypeface_win.h svg/SkSVGAttribute.h svg/SkSVGBase.h svg/SkSVGPaintState.h svg/SkSVGParser.h svg/SkSVGTypes.h text/SkTextLayout.h utils/SkBoundaryPatch.h utils/SkCamera.h utils/SkCanvasStateUtils.h utils/SkCondVar.h utils/SkCountdown.h utils/SkCubicInterval.h utils/SkCullPoints.h utils/SkDebugUtils.h utils/SkDeferredCanvas.h utils/SkDumpCanvas.h utils/SkFrontBufferedStream.h utils/SkInterpolator.h utils/SkJSON.h utils/SkJSONCPP.h utils/SkLayer.h utils/SkLua.h utils/SkLuaCanvas.h utils/SkMatrix44.h utils/SkMeshUtils.h utils/SkNWayCanvas.h utils/SkNinePatch.h utils/SkNullCanvas.h utils/SkParse.h utils/SkParsePaint.h utils/SkParsePath.h utils/SkPathUtils.h utils/SkPictureUtils.h utils/SkProxyCanvas.h utils/SkRTConf.h utils/SkRandom.h utils/SkRunnable.h utils/SkThreadPool.h utils/SkUnitMappers.h utils/SkWGL.h utils/ios/SkStream_NSData.h utils/mac/SkCGUtils.h utils/win/SkAutoCoInitialize.h utils/win/SkHRESULT.h utils/win/SkIStream.h utils/win/SkTScopedComPtr.h views/SkApplication.h views/SkBGViewArtist.h views/SkEvent.h views/SkEventSink.h views/SkKey.h views/SkOSMenu.h views/SkOSWindow_Android.h views/SkOSWindow_Mac.h views/SkOSWindow_NaCl.h views/SkOSWindow_SDL.h views/SkOSWindow_Unix.h views/SkOSWindow_Win.h views/SkOSWindow_iOS.h views/SkStackViewLayout.h views/SkSystemEventTypes.h views/SkTextBox.h views/SkTouchGesture.h views/SkView.h views/SkViewInflate.h views/SkWidget.h views/SkWindow.h views/android/AndroidKeyToSkKey.h views/animated/SkBorderView.h views/animated/SkImageView.h views/animated/SkProgressBarView.h views/animated/SkScrollBarView.h views/animated/SkWidgetViews.h views/unix/XkeysToSkKeys.h views/unix/keysym2ucs.h xml/SkBML_WXMLParser.h xml/SkBML_XMLParser.h xml/SkDOM.h xml/SkJS.h xml/SkXMLParser.h xml/SkXMLWriter.h --generate
[
all
...]
skia_library.target.darwin-mips.mk
23
$(hide)cd $(gyp_local_path)/skia; mkdir -p $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/animator $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/images $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/text $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/xml $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/unix $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pathops $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/win $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/effects $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/svg $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu/gl $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/config $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/ports $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/device/xps $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/android $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/mac $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/animated $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pdf $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pipe $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/ios; python ../tools/generate_shim_headers/generate_shim_headers.py --headers-root ../third_party/skia/include --output-directory "$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target" animator/SkAnimator.h animator/SkAnimatorView.h config/SkUserConfig.h core/Sk64.h core/SkAdvancedTypefaceMetrics.h core/SkAnnotation.h core/SkBitmap.h core/SkBitmapDevice.h core/SkBlitRow.h core/SkBounder.h core/SkCanvas.h core/SkChecksum.h core/SkChunkAlloc.h core/SkClipStack.h core/SkColor.h core/SkColorFilter.h core/SkColorPriv.h core/SkColorShader.h core/SkColorTable.h core/SkComposeShader.h core/SkData.h core/SkDataTable.h core/SkDeque.h core/SkDevice.h core/SkDeviceProperties.h core/SkDither.h core/SkDocument.h core/SkDraw.h core/SkDrawFilter.h core/SkDrawLooper.h core/SkEmptyShader.h core/SkEndian.h core/SkError.h core/SkFixed.h core/SkFlate.h core/SkFlattenable.h core/SkFlattenableBuffers.h core/SkFlattenableSerialization.h core/SkFloatBits.h core/SkFloatingPoint.h core/SkFontHost.h core/SkFontLCDConfig.h core/SkGeometry.h core/SkGraphics.h core/SkImage.h core/SkImageDecoder.h core/SkImageEncoder.h core/SkImageFilter.h core/SkImageFilterUtils.h core/SkImageGenerator.h core/SkImageInfo.h core/SkInstCnt.h core/SkLineClipper.h core/SkMallocPixelRef.h core/SkMask.h core/SkMaskFilter.h core/SkMath.h core/SkMatrix.h core/SkMetaData.h core/SkOSFile.h core/SkPackBits.h core/SkPaint.h core/SkPaintOptionsAndroid.h core/SkPath.h core/SkPathEffect.h core/SkPathMeasure.h core/SkPathRef.h core/SkPicture.h core/SkPixelRef.h core/SkPoint.h core/SkPostConfig.h core/SkPreConfig.h core/SkRRect.h core/SkRasterizer.h core/SkReader32.h core/SkRect.h core/SkRefCnt.h core/SkRegion.h core/SkScalar.h core/SkShader.h core/SkSize.h core/SkStream.h core/SkString.h core/SkStringUtils.h core/SkStrokeRec.h core/SkSurface.h core/SkTArray.h core/SkTDArray.h core/SkTDStack.h core/SkTDict.h core/SkTInternalLList.h core/SkTLazy.h core/SkTRegistry.h core/SkTSearch.h core/SkTemplates.h core/SkThread.h core/SkThread_platform.h core/SkTileGridPicture.h core/SkTime.h core/SkTrace.h core/SkTypeface.h core/SkTypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter32.h core/SkXfermode.h device/xps/SkConstexprMath.h device/xps/SkXPSDevice.h effects/Sk1DPathEffect.h effects/Sk2DPathEffect.h effects/SkArithmeticMode.h effects/SkAvoidXfermode.h effects/SkBicubicImageFilter.h effects/SkBitmapAlphaThresholdShader.h effects/SkBitmapSource.h effects/SkBlurDrawLooper.h effects/SkBlurImageFilter.h effects/SkBlurMaskFilter.h effects/SkColorFilterImageFilter.h effects/SkColorMatrix.h effects/SkColorMatrixFilter.h effects/SkComposeImageFilter.h effects/SkCornerPathEffect.h effects/
SkDashPathEffect
.h effects/SkDiscretePathEffect.h effects/SkDisplacementMapEffect.h effects/SkDrawExtraPathEffect.h effects/SkDropShadowImageFilter.h effects/SkEmbossMaskFilter.h effects/SkGradientShader.h effects/SkKernel33MaskFilter.h effects/SkLayerDrawLooper.h effects/SkLayerRasterizer.h effects/SkLerpXfermode.h effects/SkLightingImageFilter.h effects/SkLumaColorFilter.h effects/SkMagnifierImageFilter.h effects/SkMatrixConvolutionImageFilter.h effects/SkMergeImageFilter.h effects/SkMorphologyImageFilter.h effects/SkOffsetImageFilter.h effects/SkPaintFlagsDrawFilter.h effects/SkPerlinNoiseShader.h effects/SkPictureImageFilter.h effects/SkPixelXorXfermode.h effects/SkPorterDuff.h effects/SkRectShaderImageFilter.h effects/SkStippleMaskFilter.h effects/SkTableColorFilter.h effects/SkTableMaskFilter.h effects/SkTestImageFilters.h effects/SkTileImageFilter.h effects/SkTransparentShader.h effects/SkXfermodeImageFilter.h gpu/GrBackendEffectFactory.h gpu/GrBitmapTextContext.h gpu/GrClipData.h gpu/GrColor.h gpu/GrConfig.h gpu/GrContext.h gpu/GrContextFactory.h gpu/GrCoordTransform.h gpu/GrDistanceFieldTextContext.h gpu/GrDrawEffect.h gpu/GrEffect.h gpu/GrEffectStage.h gpu/GrEffectUnitTest.h gpu/GrFontScaler.h gpu/GrGlyph.h gpu/GrKey.h gpu/GrPaint.h gpu/GrPathRendererChain.h gpu/GrPoint.h gpu/GrRect.h gpu/GrRenderTarget.h gpu/GrResource.h gpu/GrSurface.h gpu/GrTBackendEffectFactory.h gpu/GrTextContext.h gpu/GrTexture.h gpu/GrTextureAccess.h gpu/GrTypes.h gpu/GrTypesPriv.h gpu/GrUserConfig.h gpu/SkGpuDevice.h gpu/SkGr.h gpu/SkGrPixelRef.h gpu/SkGrTexturePixelRef.h gpu/gl/GrGLConfig.h gpu/gl/GrGLConfig_chrome.h gpu/gl/GrGLExtensions.h gpu/gl/GrGLFunctions.h gpu/gl/GrGLInterface.h gpu/gl/SkANGLEGLContext.h gpu/gl/SkDebugGLContext.h gpu/gl/SkGLContextHelper.h gpu/gl/SkMesaGLContext.h gpu/gl/SkNativeGLContext.h gpu/gl/SkNullGLContext.h images/SkForceLinking.h images/SkImageRef.h images/SkImageRef_GlobalPool.h images/SkImages.h images/SkMovie.h images/SkPageFlipper.h pathops/SkPathOps.h pdf/SkPDFDevice.h pdf/SkPDFDocument.h pipe/SkGPipe.h ports/SkFontConfigInterface.h ports/SkFontMgr.h ports/SkFontStyle.h ports/SkHarfBuzzFont.h ports/SkTypeface_android.h ports/SkTypeface_mac.h ports/SkTypeface_win.h svg/SkSVGAttribute.h svg/SkSVGBase.h svg/SkSVGPaintState.h svg/SkSVGParser.h svg/SkSVGTypes.h text/SkTextLayout.h utils/SkBoundaryPatch.h utils/SkCamera.h utils/SkCanvasStateUtils.h utils/SkCondVar.h utils/SkCountdown.h utils/SkCubicInterval.h utils/SkCullPoints.h utils/SkDebugUtils.h utils/SkDeferredCanvas.h utils/SkDumpCanvas.h utils/SkFrontBufferedStream.h utils/SkInterpolator.h utils/SkJSON.h utils/SkJSONCPP.h utils/SkLayer.h utils/SkLua.h utils/SkLuaCanvas.h utils/SkMatrix44.h utils/SkMeshUtils.h utils/SkNWayCanvas.h utils/SkNinePatch.h utils/SkNullCanvas.h utils/SkParse.h utils/SkParsePaint.h utils/SkParsePath.h utils/SkPathUtils.h utils/SkPictureUtils.h utils/SkProxyCanvas.h utils/SkRTConf.h utils/SkRandom.h utils/SkRunnable.h utils/SkThreadPool.h utils/SkUnitMappers.h utils/SkWGL.h utils/ios/SkStream_NSData.h utils/mac/SkCGUtils.h utils/win/SkAutoCoInitialize.h utils/win/SkHRESULT.h utils/win/SkIStream.h utils/win/SkTScopedComPtr.h views/SkApplication.h views/SkBGViewArtist.h views/SkEvent.h views/SkEventSink.h views/SkKey.h views/SkOSMenu.h views/SkOSWindow_Android.h views/SkOSWindow_Mac.h views/SkOSWindow_NaCl.h views/SkOSWindow_SDL.h views/SkOSWindow_Unix.h views/SkOSWindow_Win.h views/SkOSWindow_iOS.h views/SkStackViewLayout.h views/SkSystemEventTypes.h views/SkTextBox.h views/SkTouchGesture.h views/SkView.h views/SkViewInflate.h views/SkWidget.h views/SkWindow.h views/android/AndroidKeyToSkKey.h views/animated/SkBorderView.h views/animated/SkImageView.h views/animated/SkProgressBarView.h views/animated/SkScrollBarView.h views/animated/SkWidgetViews.h views/unix/XkeysToSkKeys.h views/unix/keysym2ucs.h xml/SkBML_WXMLParser.h xml/SkBML_XMLParser.h xml/SkDOM.h xml/SkJS.h xml/SkXMLParser.h xml/SkXMLWriter.h --generate
[
all
...]
skia_library.target.darwin-x86.mk
23
$(hide)cd $(gyp_local_path)/skia; mkdir -p $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/animator $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/images $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/text $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/xml $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/unix $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pathops $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/win $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/effects $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/svg $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu/gl $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/config $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/ports $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/device/xps $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/android $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/mac $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/animated $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pdf $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pipe $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/ios; python ../tools/generate_shim_headers/generate_shim_headers.py --headers-root ../third_party/skia/include --output-directory "$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target" animator/SkAnimator.h animator/SkAnimatorView.h config/SkUserConfig.h core/Sk64.h core/SkAdvancedTypefaceMetrics.h core/SkAnnotation.h core/SkBitmap.h core/SkBitmapDevice.h core/SkBlitRow.h core/SkBounder.h core/SkCanvas.h core/SkChecksum.h core/SkChunkAlloc.h core/SkClipStack.h core/SkColor.h core/SkColorFilter.h core/SkColorPriv.h core/SkColorShader.h core/SkColorTable.h core/SkComposeShader.h core/SkData.h core/SkDataTable.h core/SkDeque.h core/SkDevice.h core/SkDeviceProperties.h core/SkDither.h core/SkDocument.h core/SkDraw.h core/SkDrawFilter.h core/SkDrawLooper.h core/SkEmptyShader.h core/SkEndian.h core/SkError.h core/SkFixed.h core/SkFlate.h core/SkFlattenable.h core/SkFlattenableBuffers.h core/SkFlattenableSerialization.h core/SkFloatBits.h core/SkFloatingPoint.h core/SkFontHost.h core/SkFontLCDConfig.h core/SkGeometry.h core/SkGraphics.h core/SkImage.h core/SkImageDecoder.h core/SkImageEncoder.h core/SkImageFilter.h core/SkImageFilterUtils.h core/SkImageGenerator.h core/SkImageInfo.h core/SkInstCnt.h core/SkLineClipper.h core/SkMallocPixelRef.h core/SkMask.h core/SkMaskFilter.h core/SkMath.h core/SkMatrix.h core/SkMetaData.h core/SkOSFile.h core/SkPackBits.h core/SkPaint.h core/SkPaintOptionsAndroid.h core/SkPath.h core/SkPathEffect.h core/SkPathMeasure.h core/SkPathRef.h core/SkPicture.h core/SkPixelRef.h core/SkPoint.h core/SkPostConfig.h core/SkPreConfig.h core/SkRRect.h core/SkRasterizer.h core/SkReader32.h core/SkRect.h core/SkRefCnt.h core/SkRegion.h core/SkScalar.h core/SkShader.h core/SkSize.h core/SkStream.h core/SkString.h core/SkStringUtils.h core/SkStrokeRec.h core/SkSurface.h core/SkTArray.h core/SkTDArray.h core/SkTDStack.h core/SkTDict.h core/SkTInternalLList.h core/SkTLazy.h core/SkTRegistry.h core/SkTSearch.h core/SkTemplates.h core/SkThread.h core/SkThread_platform.h core/SkTileGridPicture.h core/SkTime.h core/SkTrace.h core/SkTypeface.h core/SkTypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter32.h core/SkXfermode.h device/xps/SkConstexprMath.h device/xps/SkXPSDevice.h effects/Sk1DPathEffect.h effects/Sk2DPathEffect.h effects/SkArithmeticMode.h effects/SkAvoidXfermode.h effects/SkBicubicImageFilter.h effects/SkBitmapAlphaThresholdShader.h effects/SkBitmapSource.h effects/SkBlurDrawLooper.h effects/SkBlurImageFilter.h effects/SkBlurMaskFilter.h effects/SkColorFilterImageFilter.h effects/SkColorMatrix.h effects/SkColorMatrixFilter.h effects/SkComposeImageFilter.h effects/SkCornerPathEffect.h effects/
SkDashPathEffect
.h effects/SkDiscretePathEffect.h effects/SkDisplacementMapEffect.h effects/SkDrawExtraPathEffect.h effects/SkDropShadowImageFilter.h effects/SkEmbossMaskFilter.h effects/SkGradientShader.h effects/SkKernel33MaskFilter.h effects/SkLayerDrawLooper.h effects/SkLayerRasterizer.h effects/SkLerpXfermode.h effects/SkLightingImageFilter.h effects/SkLumaColorFilter.h effects/SkMagnifierImageFilter.h effects/SkMatrixConvolutionImageFilter.h effects/SkMergeImageFilter.h effects/SkMorphologyImageFilter.h effects/SkOffsetImageFilter.h effects/SkPaintFlagsDrawFilter.h effects/SkPerlinNoiseShader.h effects/SkPictureImageFilter.h effects/SkPixelXorXfermode.h effects/SkPorterDuff.h effects/SkRectShaderImageFilter.h effects/SkStippleMaskFilter.h effects/SkTableColorFilter.h effects/SkTableMaskFilter.h effects/SkTestImageFilters.h effects/SkTileImageFilter.h effects/SkTransparentShader.h effects/SkXfermodeImageFilter.h gpu/GrBackendEffectFactory.h gpu/GrBitmapTextContext.h gpu/GrClipData.h gpu/GrColor.h gpu/GrConfig.h gpu/GrContext.h gpu/GrContextFactory.h gpu/GrCoordTransform.h gpu/GrDistanceFieldTextContext.h gpu/GrDrawEffect.h gpu/GrEffect.h gpu/GrEffectStage.h gpu/GrEffectUnitTest.h gpu/GrFontScaler.h gpu/GrGlyph.h gpu/GrKey.h gpu/GrPaint.h gpu/GrPathRendererChain.h gpu/GrPoint.h gpu/GrRect.h gpu/GrRenderTarget.h gpu/GrResource.h gpu/GrSurface.h gpu/GrTBackendEffectFactory.h gpu/GrTextContext.h gpu/GrTexture.h gpu/GrTextureAccess.h gpu/GrTypes.h gpu/GrTypesPriv.h gpu/GrUserConfig.h gpu/SkGpuDevice.h gpu/SkGr.h gpu/SkGrPixelRef.h gpu/SkGrTexturePixelRef.h gpu/gl/GrGLConfig.h gpu/gl/GrGLConfig_chrome.h gpu/gl/GrGLExtensions.h gpu/gl/GrGLFunctions.h gpu/gl/GrGLInterface.h gpu/gl/SkANGLEGLContext.h gpu/gl/SkDebugGLContext.h gpu/gl/SkGLContextHelper.h gpu/gl/SkMesaGLContext.h gpu/gl/SkNativeGLContext.h gpu/gl/SkNullGLContext.h images/SkForceLinking.h images/SkImageRef.h images/SkImageRef_GlobalPool.h images/SkImages.h images/SkMovie.h images/SkPageFlipper.h pathops/SkPathOps.h pdf/SkPDFDevice.h pdf/SkPDFDocument.h pipe/SkGPipe.h ports/SkFontConfigInterface.h ports/SkFontMgr.h ports/SkFontStyle.h ports/SkHarfBuzzFont.h ports/SkTypeface_android.h ports/SkTypeface_mac.h ports/SkTypeface_win.h svg/SkSVGAttribute.h svg/SkSVGBase.h svg/SkSVGPaintState.h svg/SkSVGParser.h svg/SkSVGTypes.h text/SkTextLayout.h utils/SkBoundaryPatch.h utils/SkCamera.h utils/SkCanvasStateUtils.h utils/SkCondVar.h utils/SkCountdown.h utils/SkCubicInterval.h utils/SkCullPoints.h utils/SkDebugUtils.h utils/SkDeferredCanvas.h utils/SkDumpCanvas.h utils/SkFrontBufferedStream.h utils/SkInterpolator.h utils/SkJSON.h utils/SkJSONCPP.h utils/SkLayer.h utils/SkLua.h utils/SkLuaCanvas.h utils/SkMatrix44.h utils/SkMeshUtils.h utils/SkNWayCanvas.h utils/SkNinePatch.h utils/SkNullCanvas.h utils/SkParse.h utils/SkParsePaint.h utils/SkParsePath.h utils/SkPathUtils.h utils/SkPictureUtils.h utils/SkProxyCanvas.h utils/SkRTConf.h utils/SkRandom.h utils/SkRunnable.h utils/SkThreadPool.h utils/SkUnitMappers.h utils/SkWGL.h utils/ios/SkStream_NSData.h utils/mac/SkCGUtils.h utils/win/SkAutoCoInitialize.h utils/win/SkHRESULT.h utils/win/SkIStream.h utils/win/SkTScopedComPtr.h views/SkApplication.h views/SkBGViewArtist.h views/SkEvent.h views/SkEventSink.h views/SkKey.h views/SkOSMenu.h views/SkOSWindow_Android.h views/SkOSWindow_Mac.h views/SkOSWindow_NaCl.h views/SkOSWindow_SDL.h views/SkOSWindow_Unix.h views/SkOSWindow_Win.h views/SkOSWindow_iOS.h views/SkStackViewLayout.h views/SkSystemEventTypes.h views/SkTextBox.h views/SkTouchGesture.h views/SkView.h views/SkViewInflate.h views/SkWidget.h views/SkWindow.h views/android/AndroidKeyToSkKey.h views/animated/SkBorderView.h views/animated/SkImageView.h views/animated/SkProgressBarView.h views/animated/SkScrollBarView.h views/animated/SkWidgetViews.h views/unix/XkeysToSkKeys.h views/unix/keysym2ucs.h xml/SkBML_WXMLParser.h xml/SkBML_XMLParser.h xml/SkDOM.h xml/SkJS.h xml/SkXMLParser.h xml/SkXMLWriter.h --generate
[
all
...]
skia_library.target.linux-arm.mk
23
$(hide)cd $(gyp_local_path)/skia; mkdir -p $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/animator $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/images $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/text $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/xml $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/unix $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/core $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pathops $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/win $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/effects $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/svg $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/gpu/gl $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/config $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/ports $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/device/xps $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/android $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/mac $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/views/animated $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pdf $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/pipe $(gyp_shared_intermediate_dir)/shim_headers/skia_library/target/third_party/skia/include/utils/ios; python ../tools/generate_shim_headers/generate_shim_headers.py --headers-root ../third_party/skia/include --output-directory "$(gyp_shared_intermediate_dir)/shim_headers/skia_library/target" animator/SkAnimator.h animator/SkAnimatorView.h config/SkUserConfig.h core/Sk64.h core/SkAdvancedTypefaceMetrics.h core/SkAnnotation.h core/SkBitmap.h core/SkBitmapDevice.h core/SkBlitRow.h core/SkBounder.h core/SkCanvas.h core/SkChecksum.h core/SkChunkAlloc.h core/SkClipStack.h core/SkColor.h core/SkColorFilter.h core/SkColorPriv.h core/SkColorShader.h core/SkColorTable.h core/SkComposeShader.h core/SkData.h core/SkDataTable.h core/SkDeque.h core/SkDevice.h core/SkDeviceProperties.h core/SkDither.h core/SkDocument.h core/SkDraw.h core/SkDrawFilter.h core/SkDrawLooper.h core/SkEmptyShader.h core/SkEndian.h core/SkError.h core/SkFixed.h core/SkFlate.h core/SkFlattenable.h core/SkFlattenableBuffers.h core/SkFlattenableSerialization.h core/SkFloatBits.h core/SkFloatingPoint.h core/SkFontHost.h core/SkFontLCDConfig.h core/SkGeometry.h core/SkGraphics.h core/SkImage.h core/SkImageDecoder.h core/SkImageEncoder.h core/SkImageFilter.h core/SkImageFilterUtils.h core/SkImageGenerator.h core/SkImageInfo.h core/SkInstCnt.h core/SkLineClipper.h core/SkMallocPixelRef.h core/SkMask.h core/SkMaskFilter.h core/SkMath.h core/SkMatrix.h core/SkMetaData.h core/SkOSFile.h core/SkPackBits.h core/SkPaint.h core/SkPaintOptionsAndroid.h core/SkPath.h core/SkPathEffect.h core/SkPathMeasure.h core/SkPathRef.h core/SkPicture.h core/SkPixelRef.h core/SkPoint.h core/SkPostConfig.h core/SkPreConfig.h core/SkRRect.h core/SkRasterizer.h core/SkReader32.h core/SkRect.h core/SkRefCnt.h core/SkRegion.h core/SkScalar.h core/SkShader.h core/SkSize.h core/SkStream.h core/SkString.h core/SkStringUtils.h core/SkStrokeRec.h core/SkSurface.h core/SkTArray.h core/SkTDArray.h core/SkTDStack.h core/SkTDict.h core/SkTInternalLList.h core/SkTLazy.h core/SkTRegistry.h core/SkTSearch.h core/SkTemplates.h core/SkThread.h core/SkThread_platform.h core/SkTileGridPicture.h core/SkTime.h core/SkTrace.h core/SkTypeface.h core/SkTypes.h core/SkUnPreMultiply.h core/SkUnitMapper.h core/SkUtils.h core/SkWeakRefCnt.h core/SkWriter32.h core/SkXfermode.h device/xps/SkConstexprMath.h device/xps/SkXPSDevice.h effects/Sk1DPathEffect.h effects/Sk2DPathEffect.h effects/SkArithmeticMode.h effects/SkAvoidXfermode.h effects/SkBicubicImageFilter.h effects/SkBitmapAlphaThresholdShader.h effects/SkBitmapSource.h effects/SkBlurDrawLooper.h effects/SkBlurImageFilter.h effects/SkBlurMaskFilter.h effects/SkColorFilterImageFilter.h effects/SkColorMatrix.h effects/SkColorMatrixFilter.h effects/SkComposeImageFilter.h effects/SkCornerPathEffect.h effects/
SkDashPathEffect
.h effects/SkDiscretePathEffect.h effects/SkDisplacementMapEffect.h effects/SkDrawExtraPathEffect.h effects/SkDropShadowImageFilter.h effects/SkEmbossMaskFilter.h effects/SkGradientShader.h effects/SkKernel33MaskFilter.h effects/SkLayerDrawLooper.h effects/SkLayerRasterizer.h effects/SkLerpXfermode.h effects/SkLightingImageFilter.h effects/SkLumaColorFilter.h effects/SkMagnifierImageFilter.h effects/SkMatrixConvolutionImageFilter.h effects/SkMergeImageFilter.h effects/SkMorphologyImageFilter.h effects/SkOffsetImageFilter.h effects/SkPaintFlagsDrawFilter.h effects/SkPerlinNoiseShader.h effects/SkPictureImageFilter.h effects/SkPixelXorXfermode.h effects/SkPorterDuff.h effects/SkRectShaderImageFilter.h effects/SkStippleMaskFilter.h effects/SkTableColorFilter.h effects/SkTableMaskFilter.h effects/SkTestImageFilters.h effects/SkTileImageFilter.h effects/SkTransparentShader.h effects/SkXfermodeImageFilter.h gpu/GrBackendEffectFactory.h gpu/GrBitmapTextContext.h gpu/GrClipData.h gpu/GrColor.h gpu/GrConfig.h gpu/GrContext.h gpu/GrContextFactory.h gpu/GrCoordTransform.h gpu/GrDistanceFieldTextContext.h gpu/GrDrawEffect.h gpu/GrEffect.h gpu/GrEffectStage.h gpu/GrEffectUnitTest.h gpu/GrFontScaler.h gpu/GrGlyph.h gpu/GrKey.h gpu/GrPaint.h gpu/GrPathRendererChain.h gpu/GrPoint.h gpu/GrRect.h gpu/GrRenderTarget.h gpu/GrResource.h gpu/GrSurface.h gpu/GrTBackendEffectFactory.h gpu/GrTextContext.h gpu/GrTexture.h gpu/GrTextureAccess.h gpu/GrTypes.h gpu/GrTypesPriv.h gpu/GrUserConfig.h gpu/SkGpuDevice.h gpu/SkGr.h gpu/SkGrPixelRef.h gpu/SkGrTexturePixelRef.h gpu/gl/GrGLConfig.h gpu/gl/GrGLConfig_chrome.h gpu/gl/GrGLExtensions.h gpu/gl/GrGLFunctions.h gpu/gl/GrGLInterface.h gpu/gl/SkANGLEGLContext.h gpu/gl/SkDebugGLContext.h gpu/gl/SkGLContextHelper.h gpu/gl/SkMesaGLContext.h gpu/gl/SkNativeGLContext.h gpu/gl/SkNullGLContext.h images/SkForceLinking.h images/SkImageRef.h images/SkImageRef_GlobalPool.h images/SkImages.h images/SkMovie.h images/SkPageFlipper.h pathops/SkPathOps.h pdf/SkPDFDevice.h pdf/SkPDFDocument.h pipe/SkGPipe.h ports/SkFontConfigInterface.h ports/SkFontMgr.h ports/SkFontStyle.h ports/SkHarfBuzzFont.h ports/SkTypeface_android.h ports/SkTypeface_mac.h ports/SkTypeface_win.h svg/SkSVGAttribute.h svg/SkSVGBase.h svg/SkSVGPaintState.h svg/SkSVGParser.h svg/SkSVGTypes.h text/SkTextLayout.h utils/SkBoundaryPatch.h utils/SkCamera.h utils/SkCanvasStateUtils.h utils/SkCondVar.h utils/SkCountdown.h utils/SkCubicInterval.h utils/SkCullPoints.h utils/SkDebugUtils.h utils/SkDeferredCanvas.h utils/SkDumpCanvas.h utils/SkFrontBufferedStream.h utils/SkInterpolator.h utils/SkJSON.h utils/SkJSONCPP.h utils/SkLayer.h utils/SkLua.h utils/SkLuaCanvas.h utils/SkMatrix44.h utils/SkMeshUtils.h utils/SkNWayCanvas.h utils/SkNinePatch.h utils/SkNullCanvas.h utils/SkParse.h utils/SkParsePaint.h utils/SkParsePath.h utils/SkPathUtils.h utils/SkPictureUtils.h utils/SkProxyCanvas.h utils/SkRTConf.h utils/SkRandom.h utils/SkRunnable.h utils/SkThreadPool.h utils/SkUnitMappers.h utils/SkWGL.h utils/ios/SkStream_NSData.h utils/mac/SkCGUtils.h utils/win/SkAutoCoInitialize.h utils/win/SkHRESULT.h utils/win/SkIStream.h utils/win/SkTScopedComPtr.h views/SkApplication.h views/SkBGViewArtist.h views/SkEvent.h views/SkEventSink.h views/SkKey.h views/SkOSMenu.h views/SkOSWindow_Android.h views/SkOSWindow_Mac.h views/SkOSWindow_NaCl.h views/SkOSWindow_SDL.h views/SkOSWindow_Unix.h views/SkOSWindow_Win.h views/SkOSWindow_iOS.h views/SkStackViewLayout.h views/SkSystemEventTypes.h views/SkTextBox.h views/SkTouchGesture.h views/SkView.h views/SkViewInflate.h views/SkWidget.h views/SkWindow.h views/android/AndroidKeyToSkKey.h views/animated/SkBorderView.h views/animated/SkImageView.h views/animated/SkProgressBarView.h views/animated/SkScrollBarView.h views/animated/SkWidgetViews.h views/unix/XkeysToSkKeys.h views/unix/keysym2ucs.h xml/SkBML_WXMLParser.h xml/SkBML_XMLParser.h xml/SkDOM.h xml/SkJS.h xml/SkXMLParser.h xml/SkXMLWriter.h --generate
[
all
...]
Completed in 1980 milliseconds
1
2