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:isLCD
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrXferProcessor.cpp
200
if (srcCoverage && proc.
isLCD
()) {
in adjust_for_lcd_coverage()
293
if (proc.
isLCD
()) {
in DefaultCoverageModulation()
305
if (proc.
isLCD
()) {
in DefaultCoverageModulation()
H
A
D
GrXferProcessor.h
119
bool
isLCD
() const { return fIsLCD; }
in isLCD()
function in GrXferProcessor
/third_party/skia/src/gpu/effects/
H
A
D
GrPorterDuffXferProcessor.cpp
712
bool
isLCD
= coverage == GrProcessorAnalysisCoverage::kLCD;
714
if (
isLCD
&&
723
if (
isLCD
) {
739
(
isLCD
&& (SkBlendMode::kSrcOver != fBlendMode /*|| !color.isOpaque()*/)) ||
752
bool
isLCD
= GrProcessorAnalysisCoverage::kLCD == coverage;
754
if (
isLCD
) {
760
if (formula.canTweakAlphaForCoverage() && !
isLCD
) {
764
if (
isLCD
) {
/third_party/skia/src/core/
H
A
D
SkTextBlobPriv.h
242
bool
isLCD
() const;
H
A
D
SkTextBlob.cpp
242
bool SkTextBlobRunIterator::
isLCD
() const {
in isLCD()
function in SkTextBlobRunIterator
/third_party/skia/src/gpu/ops/
H
A
D
AtlasTextOp.h
216
bool
isLCD
() const {
in isLCD()
function in skgpu::v1::final::MaskType
H
A
D
AtlasTextOp.cpp
365
if (this->
isLCD
()) {
in createDrawForGeneratedGlyphs()
448
if (this->
isLCD
()) {
in setupDfProcessor()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType.cpp
86
static bool
isLCD
(const SkScalerContextRec& rec) {
in isLCD()
function
669
if (SkFontHinting::kFull == h && !
isLCD
(*rec)) {
681
if (!
isLCD
(*rec)) {
809
if (
isLCD
(fRec)) {
H
A
D
SkFontHost_win.cpp
66
static bool
isLCD
(const SkScalerContextRec& rec) {
in isLCD()
function
1097
const bool isAA = !
isLCD
(fRec);
in generateImage()
2138
if (
isLCD
(*rec) && !isAxisAligned(*rec)) {
2143
if (!fCanBeLCD &&
isLCD
(*rec)) {
H
A
D
SkScalerContext_win_dw.cpp
95
static bool
isLCD
(const SkScalerContextRec& rec) {
in isLCD()
function
1200
} else if (!
isLCD
(fRec)) {
in generateImage()
/third_party/skia/tests/
H
A
D
GrPorterDuffTest.cpp
83
bool
isLCD
= GrProcessorAnalysisCoverage::kLCD == inputCoverage;
in XPInfo()
local
93
(
isLCD
&&
in XPInfo()
105
(
isLCD
&& (SkBlendMode::kSrcOver != xfermode ||
in XPInfo()
/third_party/skia/src/gpu/text/
H
A
D
GrTextBlob.cpp
1249
bool
isLCD
= useLCDText && SkPixelGeometryIsH(props.pixelGeometry());
in calculate_sdf_parameters()
local
1252
:
isLCD
? (isBGR ? MT::kLCDBGRDistanceField
in calculate_sdf_parameters()
1262
if (
isLCD
) {
in calculate_sdf_parameters()
Completed in 21 milliseconds