OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_aligned
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_text.c
84
!
is_aligned
(glyphOrigin) || !
is_aligned
(escapement)) {
117
!
is_aligned
(glyphOrigin) || !
is_aligned
(escapement)) {
189
if (!glyphIndices || !
is_aligned
(glyphIndices)) {
193
if ((adjustments_x && !
is_aligned
(adjustments_x)) ||
194
(adjustments_y && !
is_aligned
(adjustments_y))) {
api_path.c
328
if (!
is_aligned
(x) || !
is_aligned
(y) ||
329
!
is_aligned
(tangentX) || !
is_aligned
(tangentY)) {
383
if (!
is_aligned
(minX) || !
is_aligned
(minY) ||
384
!
is_aligned
(width) || !
is_aligned
(height)) {
420
if (!
is_aligned
(minX) || !
is_aligned
(minY) |
[
all
...]
api_transform.c
49
if (!m || !
is_aligned
(m)) {
71
if (!m || !
is_aligned
(m)) {
88
if (!m || !
is_aligned
(m)) {
api_params.c
268
if ((count && !values) || !count_in_bounds(type, count) || !
is_aligned
(values)) {
395
if ((count && !values) || !count_in_bounds(type, count) || !
is_aligned
(values)) {
771
if (!values || count <= 0 || count > real_count || !
is_aligned
(values)) {
872
if (!values || count <= 0 || count > real_count || !
is_aligned
(values)) {
978
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1032
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1109
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1116
!
is_aligned
(values)) {
[
all
...]
api_images.c
188
if (width <= 0 || height <= 0 || !data || !
is_aligned
(data)) {
216
if (width <= 0 || height <= 0 || !data || !
is_aligned
(data)) {
364
if (!data || !
is_aligned
(data)) {
412
if (!data || !
is_aligned
(data)) {
vgu.c
94
if (!points || count <= 0 || !
is_aligned
(points)) {
368
if (!matrix || !
is_aligned
(matrix))
394
if (!matrix || !
is_aligned
(matrix))
424
if (!matrix || !
is_aligned
(matrix))
vg_context.h
189
static INLINE VGboolean
is_aligned
(const void *ptr)
function
api_filters.c
250
if (!matrix || !
is_aligned
(matrix)) {
655
if (!lookupTable || !
is_aligned
(lookupTable)) {
vg_context.c
427
if (obj &&
is_aligned
(obj) && obj->type == type)
/external/mesa3d/src/gallium/state_trackers/vega/
api_text.c
84
!
is_aligned
(glyphOrigin) || !
is_aligned
(escapement)) {
117
!
is_aligned
(glyphOrigin) || !
is_aligned
(escapement)) {
189
if (!glyphIndices || !
is_aligned
(glyphIndices)) {
193
if ((adjustments_x && !
is_aligned
(adjustments_x)) ||
194
(adjustments_y && !
is_aligned
(adjustments_y))) {
api_path.c
328
if (!
is_aligned
(x) || !
is_aligned
(y) ||
329
!
is_aligned
(tangentX) || !
is_aligned
(tangentY)) {
383
if (!
is_aligned
(minX) || !
is_aligned
(minY) ||
384
!
is_aligned
(width) || !
is_aligned
(height)) {
420
if (!
is_aligned
(minX) || !
is_aligned
(minY) |
[
all
...]
api_transform.c
49
if (!m || !
is_aligned
(m)) {
71
if (!m || !
is_aligned
(m)) {
88
if (!m || !
is_aligned
(m)) {
api_params.c
268
if ((count && !values) || !count_in_bounds(type, count) || !
is_aligned
(values)) {
395
if ((count && !values) || !count_in_bounds(type, count) || !
is_aligned
(values)) {
771
if (!values || count <= 0 || count > real_count || !
is_aligned
(values)) {
872
if (!values || count <= 0 || count > real_count || !
is_aligned
(values)) {
978
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1032
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1109
if (object == VG_INVALID_HANDLE || !
is_aligned
(ptr)) {
1116
!
is_aligned
(values)) {
[
all
...]
api_images.c
188
if (width <= 0 || height <= 0 || !data || !
is_aligned
(data)) {
216
if (width <= 0 || height <= 0 || !data || !
is_aligned
(data)) {
364
if (!data || !
is_aligned
(data)) {
412
if (!data || !
is_aligned
(data)) {
vgu.c
94
if (!points || count <= 0 || !
is_aligned
(points)) {
368
if (!matrix || !
is_aligned
(matrix))
394
if (!matrix || !
is_aligned
(matrix))
424
if (!matrix || !
is_aligned
(matrix))
vg_context.h
189
static INLINE VGboolean
is_aligned
(const void *ptr)
function
api_filters.c
250
if (!matrix || !
is_aligned
(matrix)) {
655
if (!lookupTable || !
is_aligned
(lookupTable)) {
vg_context.c
427
if (obj &&
is_aligned
(obj) && obj->type == type)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp
162
struct
is_aligned
struct in namespace:boost::detail
199
::boost::detail::
is_aligned
< ::boost::alignment_of<t1>::value,Align >::value
/external/chromium_org/third_party/skia/src/utils/
SkMD5.cpp
231
static inline bool
is_aligned
(const void *pointer, size_t byte_count) {
function
240
if (
is_aligned
(input, 4)) {
/external/skia/src/utils/
SkMD5.cpp
231
static inline bool
is_aligned
(const void *pointer, size_t byte_count) {
function
240
if (
is_aligned
(input, 4)) {
/bionic/libc/upstream-dlmalloc/
malloc.c
1618
#define
is_aligned
macro
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
1460
#define
is_aligned
macro
[
all
...]
/external/libffi/src/
dlmalloc.c
1260
#define
is_aligned
macro
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
1306
#define
is_aligned
macro
[
all
...]
Completed in 3452 milliseconds