OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setRowMajorf
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/utils/
SkMatrix44.h
297
void
setRowMajorf
(const float[]);
302
void setRowMajor(const SkMScalar data[]) { this->
setRowMajorf
(data); }
/external/skia/src/utils/
SkMatrix44.cpp
149
void SkMatrix44::
setRowMajorf
(const float src[]) {
/external/skia/tests/
Matrix44Test.cpp
508
b.
setRowMajorf
(bufferf);
[
all
...]
Completed in 230 milliseconds