Searched defs:fIntPointer (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/skia/tests/
H A DErrorTest.cpp15 unsigned int *fIntPointer; member in struct:__anon15379
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
39 context.fIntPointer = &test_value;
/external/skia/tests/
H A DErrorTest.cpp15 unsigned int *fIntPointer; member in struct:__anon30786
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
36 context.fIntPointer = &test_value;

Completed in 255 milliseconds