Home | History | Annotate | Download | only in core

Lines Matching defs:SkColorTable

10 #include "SkColorTable.h"
18 SkColorTable::SkColorTable(const SkColorTable& src) : INHERITED() {
31 SkColorTable::SkColorTable(const SkPMColor colors[], int count, SkAlphaType at)
52 SkColorTable::~SkColorTable()
61 void SkColorTable::unlockColors() {
75 const uint16_t* SkColorTable::lock16BitCache() {
87 SkColorTable::SkColorTable(SkReadBuffer& buffer) {
109 void SkColorTable::writeToBuffer(SkWriteBuffer& buffer) const {