Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:isBW
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/core/
H
A
D
SkScan.cpp
74
if (clip.
isBW
()) {
in FillIRect()
89
if (clip.
isBW
()) {
in FillXRect()
104
if (clip.
isBW
()) {
in FillRect()
H
A
D
SkRasterClip.cpp
218
if (this->
isBW
() && clip.
isBW
()) {
in op()
224
if (this->
isBW
()) {
in op()
227
if (clip.
isBW
()) {
in op()
317
if (clip.
isBW
()) {
in init()
H
A
D
SkDraw_text.cpp
54
bool useRegion = fRC->
isBW
() && !fRC->isRect();
in paintMasks()
82
SkIRect clipBounds = fRC->
isBW
() ? fRC->bwRgn().getBounds()
in paintMasks()
H
A
D
SkScan_Hairline.cpp
185
if (clip.
isBW
()) {
529
if (rclip.
isBW
()) {
708
if (clip.
isBW
()) {
729
if (clip.
isBW
()) {
H
A
D
SkRasterClip.h
35
bool
isBW
() const { return fIsBW; }
in isBW()
function in SkRasterClip
H
A
D
SkScan_AntiPath.cpp
823
if (clip.
isBW
()) {
840
if (clip.
isBW
()) {
H
A
D
SkDraw.cpp
287
if (fRC->
isBW
()) {
in chooseProc()
724
if (fRC->
isBW
()) {
in drawDevMask()
1061
return clip.
isBW
() || clip.quickContains(SkIRect::MakeXYWH(x, y, pmap.width(), pmap.height()));
in clipHandlesSprite()
H
A
D
SkScan_Antihair.cpp
750
if (clip.
isBW
()) {
814
if (clip.
isBW
()) {
1008
if (clip.
isBW
()) {
H
A
D
SkBitmapDevice.cpp
684
return rc.
isBW
() && rc.bwRgn().isRect() &&
in onClipIsWideOpen()
H
A
D
SkScan_Path.cpp
771
if (clip.
isBW
()) {
in FillTriangle()
/third_party/skia/src/ports/
H
A
D
SkFontHost_win.cpp
462
const void* draw(const SkGlyph&, bool
isBW
, size_t* srcRBPtr);
476
const void* HDCOffscreen::draw(const SkGlyph& glyph, bool
isBW
,
in draw()
argument
495
if (fBM && (fIsBW !=
isBW
|| fWidth < glyph.width() || fHeight < glyph.height())) {
in draw()
499
fIsBW =
isBW
;
in draw()
504
int biWidth =
isBW
? alignTo32(fWidth) : fWidth;
in draw()
509
if (
isBW
) {
in draw()
519
info.bmiHeader.biBitCount =
isBW
? 1 : 32;
in draw()
521
if (
isBW
) {
in draw()
532
size_t srcRB =
isBW
? (biWidth >> 3) : (fWidth << 2);
in draw()
1096
const bool
isBW
in generateImage()
local
[all...]
/third_party/skia/tests/
H
A
D
AAClipTest.cpp
105
if (rc.
isBW
()) {
in copyToMask()
115
} else if (a.isEmpty() != b.isEmpty() || a.
isBW
() != b.
isBW
() || a.isRect() != b.isRect()) {
in operator ==()
Completed in 13 milliseconds