| /third_party/skia/src/ports/ |
| H A D | SkFontMgr_android_parser.h | 38 const SkString& getTag() const { return fTag; } in getTag() argument 45 bool operator==(const SkLanguage& b) const { in operator ==() argument 48 bool operator!=(const SkLanguag in operator ==() argument [all...] |
| H A D | SkFontMgr_config_parser.h | 41 const SkString& getTag() const in getTag() argument 51 bool operator==(const SkLanguage& b) const in operator ==() argument 55 bool operator!=(const SkLanguag in operator ==() argument [all...] |
| H A D | SkFontMgr_mac_ct.cpp | 346 findMatchingDesc(const SkFontStyle& pattern) const findMatchingDesc() argument [all...] |
| H A D | SkFontMgr_preview.h | 75 std::unique_ptr<SkStreamAsset> makeStream() const in makeStream() argument [all...] |
| H A D | SkFontMgr_preview.cpp | 23 int SkFontMgr_Preview::onCountFamilies() const in onCountFamilies() argument 28 void SkFontMgr_Preview::onGetFamilyName(int index, SkString* familyName) const in onGetFamilyName() argument 37 SkFontStyleSet* SkFontMgr_Preview::onCreateStyleSet(int index) const in onCreateStyleSet() argument 45 SkFontStyleSet* SkFontMgr_Preview::onMatchFamily(const char familyName[]) const in onMatchFamily() argument 65 SkTypeface* SkFontMgr_Preview::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const in onMatchFamilyStyle() argument 71 SkTypeface* SkFontMgr_Preview::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyl argument 113 onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const onMatchFamilyStyleCharacter() argument 152 onMakeFromData(sk_sp<SkData> data, int ttcIndex) const onMakeFromData() argument 158 onMakeFromFile(const char path[], int ttcIndex) const onMakeFromFile() argument 164 onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, int ttcIndex) const onMakeFromStreamIndex() argument 176 onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream, const SkFontArguments& args) const onMakeFromStreamArgs() argument 196 onLegacyMakeTypeface(const char familyName[], SkFontStyle style) const onLegacyMakeTypeface() argument [all...] |
| H A D | SkTypeface_win_dw.cpp | 51 void DWriteFontTypeface::onGetFamilyName(SkString* familyName) const { in onGetFamilyName() argument 58 bool DWriteFontTypeface::onGetPostScriptName(SkString* skPostScriptName) const { in onGetPostScriptName() argument 91 void DWriteFontTypeface::onCharsToGlyphs(const SkUnichar* uni, int count, in onCharsToGlyphs() argument 96 int DWriteFontTypeface::onCountGlyphs() const { in onCountGlyphs() argument 100 void DWriteFontTypeface::getPostScriptGlyphNames(SkString*) const {} in getPostScriptGlyphNames() argument 102 int DWriteFontTypeface::onGetUPEM() const { in onGetUPEM() argument 147 SkTypeface::LocalizedStrings* DWriteFontTypeface::onCreateFamilyNameIterator() const { in onCreateFamilyNameIterator() argument 77 onGetFontDescriptor(SkFontDescriptor* desc, bool* isLocalStream) const onGetFontDescriptor() argument 158 onGetVariationDesignPosition( SkFontArguments::VariationPosition::Coordinate coordinates[], int coordinateCount) const onGetVariationDesignPosition() argument 207 onGetVariationDesignParameters( SkFontParameters::Variation::Axis parameters[], int parameterCount) const onGetVariationDesignParameters() argument 263 onGetTableTags(SkFontTableTag tags[]) const onGetTableTags() argument 277 onGetTableData(SkFontTableTag tag, size_t offset, size_t length, void* data) const onGetTableData() argument 296 onCopyTableData(SkFontTableTag tag) const onCopyTableData() argument [all...] |
| /third_party/skia/src/shaders/ |
| H A D | SkShader.cpp | 41 void SkShaderBase::flatten(SkWriteBuffer& buffer) const { in flatten() argument 51 SkShaderBase::totalLocalMatrix(const SkMatrix* preLocalMatrix) const { in totalLocalMatrix() argument 61 bool SkShaderBase::computeTotalInverse(const SkMatrix& ctm, in computeTotalInverse() argument 67 bool SkShaderBase::asLuminanceColor(SkColor* colorPtr) const { in asLuminanceColor() argument 79 SkShaderBase::Context* SkShaderBase::makeContext(const ContextRec& rec, SkArenaAlloc* alloc) const { in makeContext() argument 112 isLegacyCompatible(SkColorSpace* shaderColorSpace) const isLegacyCompatible() argument 121 isAImage(SkMatrix* localMatrix, SkTileMode xy[2]) const isAImage() argument 125 asAGradient(GradientInfo* info) const asAGradient() argument 130 asFragmentProcessor(const GrFPArgs&) const asFragmentProcessor() argument 135 makeAsALocalMatrixShader(SkMatrix*) const makeAsALocalMatrixShader() argument 139 updatableShader(SkArenaAlloc* alloc) const updatableShader() argument 147 onUpdatableShader(SkArenaAlloc* alloc) const onUpdatableShader() argument 154 makeShader(SkTileMode tmx, SkTileMode tmy, const SkSamplingOptions& sampling, const SkMatrix* lm) const makeShader() argument 164 appendStages(const SkStageRec& rec) const appendStages() argument 168 onAppendStages(const SkStageRec& rec) const onAppendStages() argument 211 program(skvm::Builder* p, skvm::Coord device, skvm::Coord local, skvm::Color paint, const SkMatrixProvider& matrices, const SkMatrix* localM, const SkColorInfo& dst, skvm::Uniforms* uniforms, SkArenaAlloc* alloc) const program() argument 245 makeInvertAlpha() const makeInvertAlpha() argument 280 onProgram(skvm::Builder*, skvm::Coord, skvm::Coord, skvm::Color, const SkMatrixProvider&, const SkMatrix*, const SkColorInfo&, skvm::Uniforms*, SkArenaAlloc*) const onProgram() argument [all...] |
| H A D | SkShaderBase.h | 48 virtual bool isConstant() const { return false; } in isConstant() argument 50 const SkMatrix& getLocalMatrix() const { return fLocalMatrix; } in getLocalMatrix() argument 105 getFlags() const getFlags() argument 118 getPaintAlpha() const getPaintAlpha() argument 119 getTotalInverse() const getTotalInverse() argument 120 getCTM() const getCTM() argument 178 onIsAImage(SkMatrix*, SkTileMode[2]) const onIsAImage() argument 182 asRuntimeEffect() const asRuntimeEffect() argument 203 appendUpdatableStages(const SkStageRec& rec) const appendUpdatableStages() argument 222 onMakeContext(const ContextRec&, SkArenaAlloc*) const onMakeContext() argument 227 onAsLuminanceColor(SkColor*) const onAsLuminanceColor() argument 234 onAppendUpdatableStages(const SkStageRec&) const onAppendUpdatableStages() argument [all...] |
| /third_party/skia/src/shaders/gradients/ |
| H A D | Sk4fGradientBase.cpp | 39 void iterate(const SkColor4f* colors, in iterate() argument 67 iterateImplicitPos(const SkColor4f* colors, std::function<void(const SkColor4f&, const SkColor4f&, SkScalar, SkScalar)> func) const iterateImplicitPos() argument 237 find(SkScalar t) const find() argument 259 findNext( SkScalar t, const Sk4fGradientInterval* prev, bool increasing) const findNext() argument 311 isValid() const isValid() argument [all...] |
| H A D | Sk4fLinearGradient.cpp | 106 SkLinearGradient::LinearGradient4fContext::findInterval(SkScalar fx) const { in findInterval() argument 189 shadePremulSpan(int x, int y, SkPMColor dst[], int count, float bias0, float bias1) const shadePremulSpan() argument 210 shadeSpanInternal(int x, int y, SkPMColor dst[], int count, float bias0, float bias1) const shadeSpanInternal() argument 296 currentAdvance() const currentAdvance() argument 302 currentRampIsZero() const currentRampIsZero() argument 303 currentColor() const currentColor() argument 304 currentColorGrad() const currentColorGrad() argument 349 next_interval(const Sk4fGradientInterval* i) const next_interval() argument [all...] |
| H A D | SkTwoPointConicalGradient.cpp | 110 isOpaque() const isOpaque() argument 118 asAGradient(GradientInfo* info) const asAGradient() argument 148 flatten(SkWriteBuffer& buffer) const flatten() argument 156 appendGradientStages(SkArenaAlloc* alloc, SkRasterPipeline* p, SkRasterPipeline* postPipeline) const appendGradientStages() argument 212 transformT(skvm::Builder* p, skvm::Uniforms* uniforms, skvm::Coord coord, skvm::I32* mask) const transformT() argument 271 asFragmentProcessor( const GrFPArgs& args) const asFragmentProcessor() argument [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLGLSLCodeGenerator.h | 168 caps() const caps() argument [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkCamera.cpp | 34 void SkPatch3D::transform(const SkM44& m, SkPatch3D* dst) const { in transform() argument 44 SkScalar SkPatch3D::dotWith(SkScalar dx, SkScalar dy, SkScalar dz) const { in dotWith() argument 72 void SkCamera3D::doUpdate() const { in doUpdate() argument 113 void SkCamera3D::patchToMatrix(const SkPatch3D& quilt, SkMatrix* matrix) const { in patchToMatrix() argument 188 getCameraLocationX() const getCameraLocationX() argument 192 getCameraLocationY() const getCameraLocationY() argument 196 getCameraLocationZ() const getCameraLocationZ() argument 216 dotWithNormal(SkScalar x, SkScalar y, SkScalar z) const dotWithNormal() argument 222 getMatrix(SkMatrix* matrix) const getMatrix() argument 232 applyToCanvas(SkCanvas* canvas) const applyToCanvas() argument [all...] |
| /third_party/skia/src/utils/win/ |
| H A D | SkWGL.h | 153 getDC() const getDC() argument 154 getGLRC() const getGLRC() argument [all...] |
| /third_party/skia/tests/ |
| H A D | LazyProxyTest.cpp | 283 operator ()(GrResourceProvider*, const GrSurfaceProxy::LazySurfaceDesc&) const DEF_GPUTEST() argument [all...] |
| H A D | OpChainTest.cpp | 107 void writeResult(int result[]) const { in writeResult() argument [all...] |
| H A D | RefCntTest.cpp | 112 int* method() const { return new int; } in method() argument 123 const sk_sp<Effect>& get() const { return fEffect; } in get() argument
|
| /third_party/skia/src/ports/skia_ohos/ |
| H A D | SkFontMgr_ohos.cpp | 24 int SkFontMgr_OHOS::onCountFamilies() const in onCountFamilies() argument 34 void SkFontMgr_OHOS::onGetFamilyName(int index, SkString* familyName) const in onGetFamilyName() argument 48 SkFontStyleSet* SkFontMgr_OHOS::onCreateStyleSet(int index) const in onCreateStyleSet() argument 66 SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const in onMatchFamily() argument 92 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) const in onMatchFamilyStyle() argument 117 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyleCharacter(const cha argument 183 findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& style, const char* bcp47[], int bcp47Count, SkUnichar character) const findTypeface() argument 240 compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) const compareLangs() argument 279 onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style) const onMatchFaceStyle() argument 296 onMakeFromData(sk_sp<SkData> data, int ttcIndex) const onMakeFromData() argument 314 onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream, int ttcIndex) const onMakeFromStreamIndex() argument 332 onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream, const SkFontArguments& args) const onMakeFromStreamArgs() argument 349 onMakeFromFile(const char path[], int ttcIndex) const onMakeFromFile() argument 373 onLegacyMakeTypeface(const char familyName[], SkFontStyle style) const onLegacyMakeTypeface() argument 389 onGetSystemFonts() const onGetSystemFonts() argument 425 makeTypeface(std::unique_ptr<SkStreamAsset> stream, const SkFontArguments& args, const char path[]) const makeTypeface() argument [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.cpp | 354 mangledName() const mangledName() argument 369 description() const description() argument 383 matches(const FunctionDeclaration& f) const matches() argument 400 determineFinalTypes(const ExpressionArray& arguments, ParamTypes* outParameterTypes, const Type** outReturnType) const determineFinalTypes() argument [all...] |
| H A D | SkSLSymbolTable.h | 117 foreach(Fn&& fn) const foreach() argument 127 isBuiltin() const isBuiltin() argument [all...] |
| /third_party/skia/src/xml/ |
| H A D | SkDOM.cpp | 51 const SkDOM::Node* SkDOM::getRootNode() const { in getRootNode() argument 55 const SkDOM::Node* SkDOM::getFirstChild(const Node* node, const char name[]) const { in getFirstChild() argument 69 getNextSibling(const Node* node, const char name[]) const getNextSibling() argument 82 getType(const Node* node) const getType() argument 87 getName(const Node* node) const getName() argument 92 findAttr(const Node* node, const char name[]) const findAttr() argument 108 getFirstAttr(const Node* node) const getFirstAttr() argument 112 getNextAttr(const Node* node, const Attr* attr) const getNextAttr() argument 120 getAttrName(const Node* node, const Attr* attr) const getAttrName() argument 126 getAttrValue(const Node* node, const Attr* attr) const getAttrValue() argument 223 countChildren(const Node* node, const char elem[]) const countChildren() argument 238 findS32(const Node* node, const char name[], int32_t* value) const findS32() argument 243 findScalars(const Node* node, const char name[], SkScalar value[], int count) const findScalars() argument 248 findHex(const Node* node, const char name[], uint32_t* value) const findHex() argument 253 findBool(const Node* node, const char name[], bool* value) const findBool() argument 258 findList(const Node* node, const char name[], const char list[]) const findList() argument 263 hasAttr(const Node* node, const char name[], const char value[]) const hasAttr() argument 268 hasS32(const Node* node, const char name[], int32_t target) const hasS32() argument 274 hasScalar(const Node* node, const char name[], SkScalar target) const hasScalar() argument 280 hasHex(const Node* node, const char name[], uint32_t target) const hasHex() argument 286 hasBool(const Node* node, const char name[], bool target) const hasBool() argument [all...] |
| H A D | SkXMLParser.cpp | 39 void SkXMLParserError::getErrorString(SkString* str) const in getErrorString() argument [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkDCubicLineIntersection.cpp | 449 horizontalIntersect(double yIntercept, double roots[3]) const horizontalIntersect() argument 453 verticalIntersect(double xIntercept, double roots[3]) const verticalIntersect() argument [all...] |
| H A D | SkDQuadLineIntersection.cpp | 464 horizontalIntersect(double yIntercept, double roots[2]) const horizontalIntersect() argument 468 verticalIntersect(double xIntercept, double roots[2]) const verticalIntersect() argument [all...] |
| H A D | SkOpCoincidence.h | 25 SkOpPtT* coinPtTEndWritable() const { return const_cast<SkOpPtT*>(fCoinPtTEnd); } in coinPtTEndWritable() argument 26 SkOpPtT* coinPtTStartWritable() const { return const_cast<SkOpPtT*>(fCoinPtTStart); } in coinPtTStartWritable() argument 42 debugID() const debugID() argument 59 flipped() const flipped() argument 68 next() const next() argument 74 oppPtTStartWritable() const oppPtTStartWritable() argument 75 oppPtTEndWritable() const oppPtTEndWritable() argument 168 debugAngle(int id) const debugAngle() argument 178 debugContour(int id) const debugContour() argument 191 debugPtT(int id) const debugPtT() argument 195 debugSegment(int id) const debugSegment() argument 206 debugSpan(int id) const debugSpan() argument 222 globalState() const globalState() argument 226 isEmpty() const isEmpty() argument [all...] |