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

  /external/skia/src/core/
SkScan.cpp 72 if (clip.isBW()) {
87 if (clip.isBW()) {
102 if (clip.isBW()) {
SkRasterClip.cpp 151 if (this->isBW() && !doAA) {
156 if (this->isBW()) {
202 // FIXME: we should also be able to do this when this->isBW(),
255 if (this->isBW() && clip.isBW()) {
261 if (this->isBW()) {
264 if (clip.isBW()) {
424 if (clip.isBW()) {
SkRasterClip.h 25 bool isBW() const { return fIsBW; }
SkScan_Hairline.cpp 162 if (clip.isBW()) {
481 if (rclip.isBW()) {
651 if (clip.isBW()) {
672 if (clip.isBW()) {
SkScan_AntiPath.cpp 741 if (clip.isBW()) {
759 if (clip.isBW()) {
SkScan_Antihair.cpp 741 if (clip.isBW()) {
807 if (clip.isBW()) {
1001 if (clip.isBW()) {
SkDraw.cpp 267 if (fRC->isBW()) {
489 if (fRC->isBW()) {
921 if (fRC->isBW()) {
    [all...]
SkScan_Path.cpp 764 if (clip.isBW()) {
  /external/skia/tests/
DeviceLooperTest.cpp 17 if (a.isBW()) {
18 return b.isBW() && a.bwRgn() == b.bwRgn();
  /external/skia/src/ports/
SkFontHost_win.cpp 441 const void* draw(const SkGlyph&, bool isBW, size_t* srcRBPtr);
454 const void* HDCOffscreen::draw(const SkGlyph& glyph, bool isBW,
473 if (fBM && (fIsBW != isBW || fWidth < glyph.fWidth || fHeight < glyph.fHeight)) {
477 fIsBW = isBW;
482 int biWidth = isBW ? alignTo32(fWidth) : fWidth;
487 if (isBW) {
497 info.bmiHeader.biBitCount = isBW ? 1 : 32;
499 if (isBW) {
510 size_t srcRB = isBW ? (biWidth >> 3) : (fWidth << 2);
    [all...]

Completed in 270 milliseconds