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:SkIsPow2
(Results
1 - 14
of
14
) sorted by relevance
/third_party/skia/src/gpu/effects/
H
A
D
GrDistanceFieldGeoProc.cpp
39
SkASSERT(
SkIsPow2
(atlasDimensions.fWidth) &&
SkIsPow2
(atlasDimensions.fHeight));
336
SkASSERT(
SkIsPow2
(atlasDimensions.fWidth) &&
SkIsPow2
(atlasDimensions.fHeight));
611
SkASSERT(
SkIsPow2
(atlasDimensions.fWidth) &&
SkIsPow2
(atlasDimensions.fHeight));
H
A
D
GrBitmapTextGeoProc.cpp
32
SkASSERT(
SkIsPow2
(atlasDimensions.fWidth) &&
SkIsPow2
(atlasDimensions.fHeight));
H
A
D
GrTextureEffect.cpp
77
} else if (wrap != Wrap::kClamp && !caps.npotTextureTileSupport() && !
SkIsPow2
(size)) {
in Sampling()
/third_party/skia/include/core/
H
A
D
SkMath.h
28
template <typename T> constexpr inline bool
SkIsPow2
(T value) {
in SkIsPow2()
function
/third_party/skia/src/gpu/
H
A
D
GrSubRunAllocator.h
35
SkASSERT_RELEASE(
SkIsPow2
(assumedAlignment) &&
SkIsPow2
(maxAlignment));
in MinimumSizeWithOverhead()
H
A
D
GrRingBuffer.h
36
SkASSERT(
SkIsPow2
(size));
in GrRingBuffer()
H
A
D
GrSubRunAllocator.cpp
48
SkASSERT_RELEASE(
SkIsPow2
(alignment));
H
A
D
GrDrawOpAtlas.cpp
614
SkASSERT(
SkIsPow2
(fTextureWidth) &&
SkIsPow2
(fTextureHeight));
in createPages()
H
A
D
GrResourceProvider.cpp
253
if (
SkIsPow2
(value)) {
in MakeApprox()
/third_party/skia/modules/skottie/src/effects/
H
A
D
MotionBlurEffect.cpp
208
&&
SkIsPow2
(fVisibleSampleCount)) {
in onRender()
/third_party/skia/src/core/
H
A
D
SkBlockAllocator.h
627
static_assert(
SkIsPow2
(Align));
in alignedOffset()
/third_party/skia/src/gpu/gradients/
H
A
D
GrGradientShader.cpp
54
SkASSERT(1 == bitmap.height() &&
SkIsPow2
(bitmap.width()));
in make_textured_colorizer()
/third_party/skia/include/private/
H
A
D
SkTArray.h
558
static_assert(
SkIsPow2
(kMinHeapAllocCount), "min alloc count not power of two.");
in checkRealloc()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLGpu.cpp
2645
SkASSERT(
SkIsPow2
(w));
in bindTexture()
2649
SkASSERT(
SkIsPow2
(h));
in bindTexture()
Completed in 19 milliseconds