HomeSort by relevance Sort by last modified time
    Searched refs:SK_API (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/skia/include/ports/
SkTypeface_win.h 28 SK_API extern SkTypeface* SkCreateTypefaceFromLOGFONT(const LOGFONT&);
SkTypeface_mac.h 29 SK_API extern SkTypeface* SkCreateTypefaceFromCTFont(CTFontRef);
  /external/skia/include/pdf/
SkPDFDocument.h 37 SK_API SkPDFDocument();
38 SK_API ~SkPDFDocument();
43 SK_API bool emitPDF(SkWStream* stream);
50 SK_API bool appendPage(const SkRefPtr<SkPDFDevice>& pdfDevice);
54 SK_API const SkTDArray<SkPDFPage*>& getPages();
SkPDFFont.h 36 SK_API virtual ~SkPDFFont();
38 SK_API virtual void getResources(SkTDArray<SkPDFObject*>* resourceList);
43 SK_API SkTypeface* typeface();
48 SK_API SkAdvancedTypefaceMetrics::FontType getType();
52 SK_API bool hasGlyph(uint16_t glyphID);
56 SK_API bool multiByteGlyphs();
66 SK_API size_t glyphsToPDFFontEncoding(uint16_t* glyphIDs, size_t numGlyphs);
76 SK_API static SkPDFFont* getFontResource(SkTypeface* typeface,
SkPDFDevice.h 73 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
75 SK_API virtual ~SkPDFDevice();
123 SK_API const SkRefPtr<SkPDFDict>& getResourceDict();
128 SK_API void getResources(SkTDArray<SkPDFObject*>* resourceList) const;
132 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
136 SK_API SkRefPtr<SkPDFArray> getMediaBox() const;
141 SK_API SkStream* content() const;
143 SK_API const SkMatrix& initialTransform() const {
SkPDFPage.h 91 SK_API const SkTDArray<SkPDFFont*>& getFontResources() const;
SkPDFCatalog.h 31 class SK_API SkPDFCatalog {
  /external/skia/include/core/
SkPreConfig.h 110 #define SK_API __declspec(dllexport)
112 #define SK_API __declspec(dllimport)
115 #define SK_API __attribute__((visibility("default")))
118 #define SK_API
SkThread_platform.h 44 SK_API int32_t sk_atomic_inc(int32_t* addr);
49 SK_API int32_t sk_atomic_dec(int32_t* addr);
SkDrawLooper.h 33 class SK_API SkDrawLooper : public SkFlattenable {
SkRefDict.h 26 class SK_API SkRefDict : SkNoncopyable {
SkUnPreMultiply.h 25 class SK_API SkUnPreMultiply {
SkFloatBits.h 54 SK_API int32_t SkFloatBits_toIntFloor(int32_t floatBits);
59 SK_API int32_t SkFloatBits_toIntRound(int32_t floatBits);
64 SK_API int32_t SkFloatBits_toIntCeil(int32_t floatBits);
SkColor.h 107 SK_API void SkRGBToHSV(U8CPU red, U8CPU green, U8CPU blue, SkScalar hsv[3]);
130 SK_API SkColor SkHSVToColor(U8CPU alpha, const SkScalar hsv[3]);
155 SK_API SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
160 SK_API SkPMColor SkPreMultiplyColor(SkColor c);
SkComposeShader.h 30 class SK_API SkComposeShader : public SkShader {
SkTypes.h 62 SK_API extern void* sk_malloc_flags(size_t size, unsigned flags);
72 SK_API extern void sk_free(void*);
155 SK_API int8_t SkToS8(long);
156 SK_API uint8_t SkToU8(size_t);
157 SK_API int16_t SkToS16(long);
158 SK_API uint16_t SkToU16(size_t);
159 SK_API int32_t SkToS32(long);
160 SK_API uint32_t SkToU32(size_t);
347 class SK_API SkNoncopyable {
SkDeque.h 22 class SK_API SkDeque : SkNoncopyable {
SkPicture.h 33 class SK_API SkPicture : public SkRefCnt {
  /external/skia/include/gpu/
SkGpuDeviceFactory.h 24 class SK_API SkGpuDeviceFactory : public SkDeviceFactory {
  /external/skia/include/effects/
SkBlurMaskFilter.h 24 class SK_API SkBlurMaskFilter {
SkCornerPathEffect.h 27 class SK_API SkCornerPathEffect : public SkPathEffect {
SkDashPathEffect.h 26 class SK_API SkDashPathEffect : public SkPathEffect {
SkLayerDrawLooper.h 9 class SK_API SkLayerDrawLooper : public SkDrawLooper {
50 struct SK_API LayerInfo {
SkBlurDrawLooper.h 31 class SK_API SkBlurDrawLooper : public SkDrawLooper {
SkGradientShader.h 29 class SK_API SkGradientShader {

Completed in 257 milliseconds

1 2 3