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

  /external/skia/src/core/
SkColorMatrixFilterRowMajor255.h 14 class SkColorMatrixFilterRowMajor255 : public SkColorFilter {
16 SkColorMatrixFilterRowMajor255() {}
17 explicit SkColorMatrixFilterRowMajor255(const SkScalar array[20]);
35 SK_FLATTENABLE_HOOKS(SkColorMatrixFilterRowMajor255)
SkColorMatrixFilterRowMajor255.cpp 8 #include "SkColorMatrixFilterRowMajor255.h"
37 void SkColorMatrixFilterRowMajor255::initState() {
55 SkColorMatrixFilterRowMajor255::SkColorMatrixFilterRowMajor255(const SkScalar array[20]) {
60 uint32_t SkColorMatrixFilterRowMajor255::getFlags() const {
66 void SkColorMatrixFilterRowMajor255::flatten(SkWriteBuffer& buffer) const {
71 sk_sp<SkFlattenable> SkColorMatrixFilterRowMajor255::CreateProc(SkReadBuffer& buffer) {
74 return sk_make_sp<SkColorMatrixFilterRowMajor255>(matrix);
79 bool SkColorMatrixFilterRowMajor255::asColorMatrix(SkScalar matrix[20]) const {
140 void SkColorMatrixFilterRowMajor255::onAppendStages(SkRasterPipeline* p
    [all...]
  /external/skqp/src/core/
SkColorMatrixFilterRowMajor255.h 14 class SkColorMatrixFilterRowMajor255 : public SkColorFilter {
16 SkColorMatrixFilterRowMajor255() {}
17 explicit SkColorMatrixFilterRowMajor255(const SkScalar array[20]);
35 SK_FLATTENABLE_HOOKS(SkColorMatrixFilterRowMajor255)
SkColorMatrixFilterRowMajor255.cpp 8 #include "SkColorMatrixFilterRowMajor255.h"
37 void SkColorMatrixFilterRowMajor255::initState() {
55 SkColorMatrixFilterRowMajor255::SkColorMatrixFilterRowMajor255(const SkScalar array[20]) {
60 uint32_t SkColorMatrixFilterRowMajor255::getFlags() const {
66 void SkColorMatrixFilterRowMajor255::flatten(SkWriteBuffer& buffer) const {
71 sk_sp<SkFlattenable> SkColorMatrixFilterRowMajor255::CreateProc(SkReadBuffer& buffer) {
74 return sk_make_sp<SkColorMatrixFilterRowMajor255>(matrix);
79 bool SkColorMatrixFilterRowMajor255::asColorMatrix(SkScalar matrix[20]) const {
140 void SkColorMatrixFilterRowMajor255::onAppendStages(SkRasterPipeline* p
    [all...]
  /external/skia/src/ports/
SkGlobalInitialization_default.cpp 26 #include "SkColorMatrixFilterRowMajor255.h"
92 SK_REGISTER_FLATTENABLE(SkColorMatrixFilterRowMajor255);
  /external/skqp/src/ports/
SkGlobalInitialization_default.cpp 26 #include "SkColorMatrixFilterRowMajor255.h"
92 SK_REGISTER_FLATTENABLE(SkColorMatrixFilterRowMajor255);

Completed in 291 milliseconds